mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Index Management] Fix semantic text copy (#190262)
This commit is contained in:
parent
65ed3a49f4
commit
bff550081f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const defaultLicenseMessage = (
|
|||
const platinumLicenseMessage = (
|
||||
<FormattedMessage
|
||||
id="xpack.idxMgmt.indexDetails.mappings.semanticTextBanner.description"
|
||||
defaultMessage="{label} Add a field to your mapping and choose 'semantic_text' to get started.'"
|
||||
defaultMessage="{label} Add a field to your mapping and choose 'Semantic text' to get started."
|
||||
values={{
|
||||
label: (
|
||||
<strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue