Use single qoutes (#26627)

This commit is contained in:
Maryia Lapata 2018-12-04 18:55:59 +03:00 committed by GitHub
parent 64412efa2c
commit 99514d6aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="&ldquo;Scripted fields&rdquo;"