diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf
index 30c50bec..c1d6f6b8 100644
--- a/translations/validators.en.xlf
+++ b/translations/validators.en.xlf
@@ -104,7 +104,7 @@
parameters.validator.min_lesser_typical
- Value must be lesser or equal the the typical value ({{ compared_value }}).
+ Value must be less than or equal to the typical value ({{ compared_value }}).
@@ -124,7 +124,7 @@
parameters.validator.min_lesser_max
- Value must be lesser than the maximum value ({{ compared_value }}).
+ Value must be less than the maximum value ({{ compared_value }}).
@@ -144,7 +144,7 @@
parameters.validator.max_greater_typical
- Value must be greater or equal than the typical value ({{ compared_value }}).
+ Value must be greater than or equal to the typical value ({{ compared_value }}).
@@ -154,7 +154,7 @@
validator.user.username_already_used
- A user with this name is already exisiting
+ A user with this name already exists