We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba7d9c commit c0d7ce7Copy full SHA for c0d7ce7
x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx
@@ -221,7 +221,7 @@ export const schema: FormSchema<DefineStepRule> = {
221
message: i18n.translate(
222
'xpack.securitySolution.detectionEngine.validations.thresholdValueFieldData.numberGreaterThanOrEqualOneErrorMessage',
223
{
224
- defaultMessage: 'Value must be greater than or equal one.',
+ defaultMessage: 'Value must be greater than or equal to one.',
225
}
226
),
227
allowEquality: true,
0 commit comments