CS fixes
This commit is contained in:
@@ -14,7 +14,6 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
|
||||
@@ -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!",
|
||||
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
return [
|
||||
// Components
|
||||
'component' => [
|
||||
'status' => [
|
||||
@@ -63,4 +63,4 @@ return array(
|
||||
'finish_setup' => '',
|
||||
],
|
||||
],
|
||||
);
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user