Skip to content

Commit

Permalink
Merge pull request fuel#812 from sahanz/patch-1
Browse files Browse the repository at this point in the history
Typo fix in validation lang file
  • Loading branch information
frankdejonge committed Feb 6, 2012
2 parents 921ff43 + 8f77045 commit 15b64c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/validation.php
Expand Up @@ -4,7 +4,7 @@
'required' => 'The field :label is required and must contain a value.',
'min_length' => 'The field :label has to contain at least :param:1 characters.',
'max_length' => 'The field :label may not contain more than :param:1 characters.',
'exact_length' => 'The field :label must containly exactly :param:1 characters.',
'exact_length' => 'The field :label must contain exactly :param:1 characters.',
'match_value' => 'The field :label must contain the value :param:1.',
'match_pattern' => 'The field :label must match the pattern :param:1.',
'match_field' => 'The field :label must match the field :param:1.',
Expand Down

0 comments on commit 15b64c9

Please sign in to comment.