Browse Source

Merge pull request #4791 from staudenmeir/pagination

[5.7] Revert #4744
Taylor Otwell 5 years ago
parent
commit
a273cea667
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/lang/en/pagination.php

+ 2 - 2
resources/lang/en/pagination.php

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