Skip to content

Commit

Permalink
Fix i18n issue
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Jun 14, 2021
1 parent f81060b commit 7cdf967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const schema: FormSchema<AboutStepRule> = {
{
validator: emptyArrayItem(
i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.tagFieldEmptyError',
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.authorFieldEmptyError',
{
defaultMessage: 'An author must not be empty',
}
Expand Down

0 comments on commit 7cdf967

Please sign in to comment.