[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:
James Rodewig 2021-10-06 08:54:54 -04:00 committed by GitHub
parent 74da7d30de
commit 634cd80c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}>