Use space

This commit is contained in:
deathart 2018-04-24 21:18:44 +02:00
parent 2ce7f566c2
commit df600dcabf
2 changed files with 6 additions and 6 deletions

View File

@ -37,11 +37,11 @@
*/
return [
'invalidMonth' => 'Months must be between 0 and 12.',
'invalidDay' => 'Days must be between 0 and 31.',
'invalidHours' => 'Hours must be between 0 and 23.',
'invalidMinutes' => 'Minutes must be between 0 and 59.',
'invalidSeconds' => 'Seconds must be between 0 and 59.',
'invalidMonth' => 'Months must be between 0 and 12.',
'invalidDay' => 'Days must be between 0 and 31.',
'invalidHours' => 'Hours must be between 0 and 23.',
'invalidMinutes' => 'Minutes must be between 0 and 59.',
'invalidSeconds' => 'Seconds must be between 0 and 59.',
'years' => '{0, plural, =1{# year} other{# years}}',
'months' => '{0, plural, =1{# month} other{# months}}',
'weeks' => '{0, plural, =1{# week} other{# weeks}}',

View File

@ -48,7 +48,7 @@ return [
'alpha_dash' => 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.',
'alpha_numeric' => 'The {field} field may only contain alpha-numeric characters.',
'alpha_numeric_space' => 'The {field} field may only contain alpha-numeric characters and spaces.',
'alpha_space' => 'The {field} field may only contain alphabetical characters and spaces.',
'alpha_space' => 'The {field} field may only contain alphabetical characters and spaces.',
'decimal' => 'The {field} field must contain a decimal number.',
'differs' => 'The {field} field must differ from the {param} field.',
'exact_length' => 'The {field} field must be exactly {param} characters in length.',