Browse Source

Merge branch 'master' into develop

Taylor Otwell 5 years ago
parent
commit
b0651d2467
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 »',
 
 ];