This commit is contained in:
Graham Campbell
2014-12-28 16:05:29 +00:00
parent e290f567ce
commit b659d85673
3 changed files with 2 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ return [
*/
'previous' => '« Previous',
'next' => 'Next »',
];

View File

@@ -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!",
];

View File

@@ -1,6 +1,6 @@
<?php
return array(
return [
// Components
'component' => [
'status' => [
@@ -63,4 +63,4 @@ return array(
'finish_setup' => '',
],
],
);
];