Changes verbage for opening an existing pattern (#13697)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2017-08-25 07:18:38 -07:00 committed by Tyler Smalley
parent ba6d80065f
commit c9e6894d3d

View file

@ -366,7 +366,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;