mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix validation, update version.
This commit is contained in:
		| @@ -60,7 +60,7 @@ return [ | ||||
|     'less'                           => ':attribute musí byť menej než 10.000.000', | ||||
|     'active_url'                     => ':attribute nie je platná adresa URL.', | ||||
|     'after'                          => ':attribute musí byť neskôr, než :date.', | ||||
|     'date_after'                     => 'End date must be before start date.', | ||||
|     'date_after'                     => 'The start date must be before the end date.', | ||||
|     'alpha'                          => ':attribute môže obsahovať len písmená.', | ||||
|     'alpha_dash'                     => ':attribute môže obsahovať len písmená, čísla a pomlčky.', | ||||
|     'alpha_num'                      => ':attribute môže obsahovať len písmená a čísla.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user