Skip to content

Commit

Permalink
Fix i18n issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Nov 26, 2020
1 parent 2f3b1f0 commit 7eb5c08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ const createNameNotAllowedValidator = (
if (namesNotAllowed.includes(value)) {
return {
message: i18n.translate(
'xpack.idxMgmt.mappingsEditor.existRuntimeFieldNamesValidationErrorMessage',
'xpack.runtimeFields.runtimeFieldsEditor.existRuntimeFieldNamesValidationErrorMessage',
{
defaultMessage: 'There is already a field with this name.',
}
Expand Down

0 comments on commit 7eb5c08

Please sign in to comment.