Skip to content

Commit 8fdbfad

Browse files
committed
[FIX] Criterion: Fix grammar in helper
Task: 4592118
1 parent 5ccb076 commit 8fdbfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registries/criterion_registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ criterionEvaluatorRegistry.add("notContainsText", {
106106
isCriterionValueValid: (value: string) => !!value,
107107
criterionValueErrorString: DVTerms.CriterionError.notEmptyValue,
108108
numberOfValues: () => 1,
109-
name: _t("Text does not contains"),
109+
name: _t("Text does not contain"),
110110
getPreview: (criterion) => _t('Text does not contain "%s"', criterion.values[0]),
111111
});
112112

0 commit comments

Comments
 (0)