mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Changes verbage for opening an existing pattern (#13697)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
4cc570090c
commit
889fbe92a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue