Skip to content

Commit cb7800f

Browse files
committed
Sort lines
1 parent fa37bac commit cb7800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translations/en/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,6 +2169,7 @@
21692169
'{attribute} must be no later than {max}.' => '{attribute} must be no later than {max}.',
21702170
'{attribute} must be no less than {min}.' => '{attribute} must be no less than {min}.',
21712171
'{attribute} must be set to a new password.' => '{attribute} must be set to a new password.',
2172+
'{attribute} must be valid JSON.' => '{attribute} must be valid JSON.',
21722173
'{attribute} must contain “{slug}”' => '{attribute} must contain “{slug}”',
21732174
'{attribute} no longer allows {type} links.' => '{attribute} no longer allows {type} links.',
21742175
'{attribute} should contain at least {min, number} {min, plural, one{address} other{addresses}}.' => '{attribute} should contain at least {min, number} {min, plural, one{address} other{addresses}}.',
@@ -2266,5 +2267,4 @@
22662267
'“{handle}” is a reserved word.' => '“{handle}” is a reserved word.',
22672268
'“{handle}” isn’t a valid handle.' => '“{handle}” isn’t a valid handle.',
22682269
'“{name}” deleted.' => '“{name}” deleted.',
2269-
'{attribute} must be valid JSON.' => '{attribute} must be valid JSON.',
22702270
];

0 commit comments

Comments
 (0)