Browse Source

Update pagination.php

ButterflyOfFire 6 years ago
parent
commit
d7310d0b46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/lang/fr/pagination.php

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

@@ -11,6 +11,6 @@ return [
     | you want to customize your views to better match your application.
     |
     */
-    'previous' => '« Précédent',
-    'next'     => 'Suivant »',
+    'previous' => '« Précédente',
+    'next'     => 'Suivante »',
 ];