summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/language/english/form_validation_lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php
index 47c6bbd76..e22b3562c 100644
--- a/system/language/english/form_validation_lang.php
+++ b/system/language/english/form_validation_lang.php
@@ -42,8 +42,8 @@ $lang['numeric'] = 'The {field} field must contain only numbers.';
$lang['is_numeric'] = 'The {field} field must contain only numeric characters.';
$lang['integer'] = 'The {field} field must contain an integer.';
$lang['regex_match'] = 'The {field} field is not in the correct format.';
-$lang['matches'] = 'The {field} field does not match The {field} field.';
-$lang['differs'] = 'The {field} field must differ from The {field} field.';
+$lang['matches'] = 'The {field} field does not match the {param} field.';
+$lang['differs'] = 'The {field} field must differ from the {param} field.';
$lang['is_unique'] = 'The {field} field must contain a unique value.';
$lang['is_natural'] = 'The {field} field must only contain digits.';
$lang['is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';