Skip to content

Commit

Permalink
Changes verbage for opening an existing pattern (elastic#13697)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
tylersmalley authored and Tyler Smalley committed Aug 25, 2017
1 parent 4cc5700 commit 889fbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/index_patterns/_index_pattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export function IndexPatternProvider(Private, $http, config, kbnIndex, Promise,
const confirmMessage =
`An index pattern with the title '${this.title}' already exists.`;

return confirmModalPromise(confirmMessage, { confirmButtonText: 'Edit existing pattern' })
return confirmModalPromise(confirmMessage, { confirmButtonText: 'Go to existing pattern' })
.then(() => {
kbnUrl.redirect('/management/kibana/indices/{{id}}', { id: duplicate.id });
return true;
Expand Down

0 comments on commit 889fbe9

Please sign in to comment.