mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix validation, update version.
This commit is contained in:
@@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute musi być mniejszy od 10 000 000',
|
||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||
'after' => ':attribute musi być datą późniejszą od :date.',
|
||||
'date_after' => 'End date must be before start date.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'alpha' => ':attribute może zawierać tylko litery.',
|
||||
'alpha_dash' => ':attribute może zawierać litery, cyfry oraz myślniki.',
|
||||
'alpha_num' => ':attribute może zawierać jedynie litery oraz cyfry.',
|
||||
|
Reference in New Issue
Block a user