Skip to content

Commit

Permalink
Add missing error message for error_unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilien Coquard committed Sep 18, 2013
1 parent bbbc22d commit d87697a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
'error_required' => 'This field is required',
'error_generic' => 'Please check this field',
'error_length_lower_than' => 'This field should contain less than %max chars',
'error_unchanged' => 'This value cannot be changed',
];
1 change: 1 addition & 0 deletions lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
'error_required' => 'Ce champ est obligatoire',
'error_generic' => 'Veuillez vérifier ce champ',
'error_length_lower_than' => 'Ce champ doit contenir moins de %max caractères',
'error_unchanged' => 'Cette valeur ne peut pas être modifiée',
];

0 comments on commit d87697a

Please sign in to comment.