Find/replace oopsie.
Signed-off-by: Eric Roberts <eric@cryode.com>
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php
index 47c6bbd..e22b356 100644
--- a/system/language/english/form_validation_lang.php
+++ b/system/language/english/form_validation_lang.php
@@ -42,8 +42,8 @@
$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.';