Skip to content

Commit

Permalink
[TSVB] Update copy for TSVB setting popover (#113990)
Browse files Browse the repository at this point in the history
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 #110253.
  • Loading branch information
jrodewig authored Oct 6, 2021
1 parent 74da7d3 commit 634cd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 634cd80

Please sign in to comment.