mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix typo in delete .tasks index flyout [skip ci] (#30065)
This commit is contained in:
parent
7738cc0782
commit
d57394a455
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ export class DeleteTasksButton extends React.Component<{}, DeleteButtonState> {
|
|||
<EuiText grow={false}>
|
||||
<p>
|
||||
This index contains the results of long-running tasks in Elasticsearch. To upgrade,
|
||||
you will need to delete this index. If you still to access this old information you
|
||||
should{' '}
|
||||
you will need to delete this index. If you still need to access this old information
|
||||
you should{' '}
|
||||
<EuiLink href={BACKUP_CONSOLE_LINK} target="_blank">
|
||||
reindex into a backup index
|
||||
</EuiLink>{' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue