Skip to content

Commit 3db9fef

Browse files
authored
Merge pull request #608 from ihab-mardoud/patch-1
Update Time.php
2 parents fcce549 + f40d37e commit 3db9fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Language/en/Time.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
'invalidMonth' => 'Hours must be between 0 and 12.',
55
'invalidDay' => 'Days must be between 0 and 31.',
66
'invalidHours' => 'Hours must be between 0 and 23.',
7-
'invalidMinutes' => 'Seconds must be between 0 and 59.',
7+
'invalidMinutes' => 'Minutes must be between 0 and 59.',
88
'invalidSeconds' => 'Seconds must be between 0 and 59.',
99
];

0 commit comments

Comments
 (0)