mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Use single qoutes (#26627)
This commit is contained in:
parent
64412efa2c
commit
99514d6aba
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const DiscoverFetchError = ({ fetchError }) => {
|
|||
defaultMessage="You can address this error by editing the {fetchErrorScript} field
|
||||
in {managementLink}, under the {scriptedFields} tab."
|
||||
values={{
|
||||
fetchErrorScript: '‘' + fetchError.script + '’',
|
||||
fetchErrorScript: `'${fetchError.script}'`,
|
||||
scriptedFields: <FormattedMessage
|
||||
id="kbn.discover.fetchError.scriptedFieldsText"
|
||||
defaultMessage="“Scripted fields”"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue