[Mappings editor] Add missing period to load JSON copy (#54959) (#55056)

This commit is contained in:
Alison Goryachev 2020-01-16 12:00:32 -05:00 committed by GitHub
parent fae1baf3ed
commit 46ffe2c6b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ export const LoadMappingsProvider = ({ onJson, children }: Props) => {
<EuiText color="subdued">
<FormattedMessage
id="xpack.idxMgmt.mappingsEditor.loadJsonModal.jsonEditorHelpText"
defaultMessage="Provide a mappings object, for example, the object assigned to an index {mappings} property. This will overwrite existing mappings, dynamic templates, and options"
defaultMessage="Provide a mappings object, for example, the object assigned to an index {mappings} property. This will overwrite existing mappings, dynamic templates, and options."
values={{
mappings: <code>mappings</code>,
}}