Parcourir la source

Update pagination.php

ButterflyOfFire il y a 6 ans
Parent
commit
d7310d0b46
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 »',
 ];