Skip to content

Commit

Permalink
Fix Internationalization check, line 81 was the same as line 74
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelastic committed Dec 22, 2019
1 parent 3d23c4e commit 6393ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const positiveNumbersAboveZeroErrorMessage = i18n.translate(
);

export const positiveNumbersEqualAboveZeroErrorMessage = i18n.translate(
'xpack.indexLifecycleMgmt.editPolicy.positiveNumberAboveZeroRequiredError',
'xpack.indexLifecycleMgmt.editPolicy.positiveNumberEqualAboveZeroRequiredError',
{
defaultMessage: 'Only numbers equal to or above 0 are allowed.',
}
Expand Down

0 comments on commit 6393ae2

Please sign in to comment.