Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/siem/public/pages/detection_engine/rules…
Browse files Browse the repository at this point in the history
…/create/translations.ts

Co-Authored-By: Garrett Spong <spong@users.noreply.github.com>
  • Loading branch information
XavierM and spong authored Jan 17, 2020
1 parent a7c5dbf commit b4b6a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const EDIT_RULE = i18n.translate('xpack.siem.detectionEngine.createRule.e
});

export const SUCCESSFULLY_CREATED_RULES = (ruleName: string) =>
i18n.translate('xpack.siem.detectionEngine.rules.create.successfullyRuleCreatedTitle', {
i18n.translate('xpack.siem.detectionEngine.rules.create.successfullyCreatedRuleTitle', {
values: { ruleName },
defaultMessage: '{ruleName} was created',
});

0 comments on commit b4b6a75

Please sign in to comment.