diff --git a/app/lang/en/pagination.php b/app/lang/en/pagination.php index b9940a13..fcab34b2 100644 --- a/app/lang/en/pagination.php +++ b/app/lang/en/pagination.php @@ -14,7 +14,6 @@ return [ */ 'previous' => '« Previous', - 'next' => 'Next »', ]; diff --git a/app/lang/en/reminders.php b/app/lang/en/reminders.php index 70f703d7..6b84510d 100644 --- a/app/lang/en/reminders.php +++ b/app/lang/en/reminders.php @@ -14,13 +14,9 @@ return [ */ "password" => "Passwords must be at least six characters and match the confirmation.", - "user" => "We can't find a user with that e-mail address.", - "token" => "This password reset token is invalid.", - "sent" => "Password reminder sent!", - "reset" => "Password has been reset!", ]; diff --git a/app/lang/es-ES/cachet.php b/app/lang/es-ES/cachet.php index 930f5835..8fa54b91 100755 --- a/app/lang/es-ES/cachet.php +++ b/app/lang/es-ES/cachet.php @@ -1,6 +1,6 @@ [ 'status' => [ @@ -63,4 +63,4 @@ return array( 'finish_setup' => '', ], ], -); +];