Skip to content

Commit c1587b5

Browse files
authored
Add translation for current_password rule (laravel#5628)
1 parent 0296bb6 commit c1587b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
],
3232
'boolean' => 'The :attribute field must be true or false.',
3333
'confirmed' => 'The :attribute confirmation does not match.',
34+
'current_password' => 'The password is incorrect.',
3435
'date' => 'The :attribute is not a valid date.',
3536
'date_equals' => 'The :attribute must be a date equal to :date.',
3637
'date_format' => 'The :attribute does not match the format :format.',

0 commit comments

Comments
 (0)