From 5bb73cc7dadc7a01e58fa3ae347f8e8a17bb9778 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:42:04 +0100 Subject: [PATCH] New translations pagination.php (Spanish) --- resources/lang/es-ES/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es-ES/pagination.php b/resources/lang/es-ES/pagination.php index 2eed1e7e..0ee724cf 100644 --- a/resources/lang/es-ES/pagination.php +++ b/resources/lang/es-ES/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Anterior', - 'next' => 'Siguiente', + 'previous' => 'Previous', + 'next' => 'Next', ];