mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Refine warning copy in Remote Clusters. (#27620)
This commit is contained in:
parent
d50434a3bb
commit
66b3e48c6c
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ export function ConfiguredByNodeWarning() {
|
|||
title={
|
||||
<FormattedMessage
|
||||
id="xpack.remoteClusters.configuredByNodeWarningTitle"
|
||||
defaultMessage="This remote cluster can't be edited or deleted because it's defined in a node's
|
||||
elasticsearch.yml configuration file"
|
||||
defaultMessage="You can't edit or delete this remote cluster because it's defined in a node's
|
||||
elasticsearch.yml configuration file."
|
||||
/>
|
||||
}
|
||||
color="primary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue