Skip to content

Commit 2d70aaa

Browse files
authored
Merge pull request laravel#4744 from staudenmeir/pagination
[5.6] Fix pagination translation
2 parents 289b145 + d44d5eb commit 2d70aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/en/pagination.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'previous' => '« Previous',
17-
'next' => 'Next »',
16+
'previous' => '« Previous',
17+
'next' => 'Next »',
1818

1919
];

0 commit comments

Comments
 (0)