Skip to content

Commit

Permalink
changed wording on duplicate value message
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Feb 26, 2020
1 parent 2fca987 commit 0214d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function validateValueUnique(
result.error = i18n.translate(
'visDefaultEditor.controls.numberList.duplicateValueErrorMessage',
{
defaultMessage: 'Duplicated value.',
defaultMessage: 'Duplicate value.',
}
);
}
Expand Down

0 comments on commit 0214d9e

Please sign in to comment.