mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[TSVB] Update copy for TSVB setting popover (#113990)
The TSVB data view popover includes additional copy if the **Allow string indices in TSVB** Kibana setting is disabled (the default). This updates the copy to better align with changes in https://github.com/elastic/kibana/pull/110253.
This commit is contained in:
parent
74da7d30de
commit
634cd80c7e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const SwitchModePopover = ({ onModeChange, useKibanaIndices }: PopoverPro
|
|||
allowStringIndicesLabel = (
|
||||
<FormattedMessage
|
||||
id="visTypeTimeseries.indexPatternSelect.switchModePopover.enableAllowStringIndices"
|
||||
defaultMessage="To search by Elasticsearch indices enable {allowStringIndices} setting."
|
||||
defaultMessage="To query Elasticsearch indices, you must enable the {allowStringIndices} setting."
|
||||
values={{
|
||||
allowStringIndices: canEditAdvancedSettings ? (
|
||||
<EuiLink color="accent" onClick={handleAllowStringIndicesLinkClick}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue