Browse Source

remove spacing

Taylor Otwell 8 years ago
parent
commit
b9db2864fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/pagination.php

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

@@ -14,6 +14,6 @@ return [
     */
 
     'previous' => '« Previous',
-    'next'     => 'Next »',
+    'next' => 'Next »',
 
 ];