Skip to content

Commit 4ee8cad

Browse files
committed
New translations validation.php (Serbian (Cyrillic))
1 parent a4f85eb commit 4ee8cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/sr/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'alpha' => 'The :attribute may only contain letters.',
1515
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
1616
'alpha_num' => 'The :attribute may only contain letters and numbers.',
17-
'array' => 'The :attribute must be an array.',
17+
'array' => ':attribute мора бити низ.',
1818
'backup_codes' => 'The provided code is not valid or has already been used.',
1919
'before' => 'The :attribute must be a date before :date.',
2020
'between' => [

0 commit comments

Comments
 (0)