Browse Source

Update pagination.php

ButterflyOfFire 6 năm trước cách đây
mục cha
commit
d7310d0b46
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 »',
 ];