Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/52843' into 52843
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Jan 17, 2020
2 parents de397d3 + 165fa68 commit e91aa20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
}}
Expand Down

0 comments on commit e91aa20

Please sign in to comment.