Skip to content

Commit a72e1a9

Browse files
committed
Fix the default translation
1 parent 4546352 commit a72e1a9

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const schema: FormSchema<DefineStepRule> = {
221221
message: i18n.translate(
222222
'xpack.securitySolution.detectionEngine.validations.thresholdValueFieldData.numberGreaterThanOrEqualOneErrorMessage',
223223
{
224-
defaultMessage: 'Value must be greater than or equal one.',
224+
defaultMessage: 'Value must be greater than or equal to one.',
225225
}
226226
),
227227
allowEquality: true,

0 commit comments

Comments
 (0)