mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix max amount.
This commit is contained in:
		| @@ -50,7 +50,8 @@ return [ | ||||
|     'at_least_one_action'            => 'Rule must have at least one action.', | ||||
|     'base64'                         => 'This is not valid base64 encoded data.', | ||||
|     'model_id_invalid'               => 'The given ID seems invalid for this model.', | ||||
|     'more'                           => ':attribute must be larger than zero.', | ||||
|     'more'                           => ':attribute must be larger than :value.', | ||||
|     'less'                           => ':attribute must be less than 10,000,000', | ||||
|     'active_url'                     => 'The :attribute is not a valid URL.', | ||||
|     'after'                          => 'The :attribute must be a date after :date.', | ||||
|     'alpha'                          => 'The :attribute may only contain letters.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user