Skip to content

Commit

Permalink
[Security Solution][Detections] Fix grammatical error in validation m…
Browse files Browse the repository at this point in the history
…essage for threshold field in "Create new rule" -> "Define rule" (#84490) (#84642)

Just a simple tweak of the default translation.
  • Loading branch information
banderror committed Dec 1, 2020
1 parent a260c44 commit 02db915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const schema: FormSchema<DefineStepRule> = {
message: i18n.translate(
'xpack.securitySolution.detectionEngine.validations.thresholdValueFieldData.numberGreaterThanOrEqualOneErrorMessage',
{
defaultMessage: 'Value must be greater than or equal one.',
defaultMessage: 'Value must be greater than or equal to one.',
}
),
allowEquality: true,
Expand Down

0 comments on commit 02db915

Please sign in to comment.