Skip to content

Commit 7cf490b

Browse files
committed
rename key lang for duplicate character
1 parent 66d6ba2 commit 7cf490b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lang/en/validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
'username' => 'The :attribute is not valid',
2828
'uuid' => 'The :attribute is not valid',
2929
'jalali_date' => 'The :attribute is not valid',
30-
'duplicate_nubmer' => 'The :attribute is not valid'
30+
'duplicate_character' => 'The :attribute is not valid'
3131
];

src/lang/fa/validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
'username' => 'مقدار :attribute صحیح نمی باشد.',
2828
'uuid' => 'مقدار :attribute صحیح نمی باشد.',
2929
'jalali_date' => 'مقدار :attribute صحیح نمی باشد.',
30-
'duplicate_nubmer' => 'مقدار :attribute صحیح نمی باشد.'
30+
'duplicate_character' => 'مقدار :attribute صحیح نمی باشد.'
3131
];

0 commit comments

Comments
 (0)