Merge pull request #4744 from staudenmeir/pagination

[5.6] Fix pagination translation
This commit is contained in:
Taylor Otwell 2018-09-04 08:06:42 -05:00 committed by GitHub
commit 2d70aaa286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
| |
*/ */
'previous' => '« Previous', 'previous' => '« Previous',
'next' => 'Next »', 'next' => 'Next »',
]; ];