Explorar o código

Update locales

Bubka %!s(int64=5) %!d(string=hai) anos
pai
achega
3cf4d964e7
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 4 1
      resources/lang/en/auth.php
  2. 0 3
      resources/lang/en/passwords.php

+ 4 - 1
resources/lang/en/auth.php

@@ -31,7 +31,10 @@ return [
         'password_do_not_match' => 'Password do not match',
         'forgot_your_password' => 'Forgot your password?',
         'request_password_reset' => 'Request a password reset',
-    ]
+    ],
+    'send_password_reset_link' => 'Send password reset link',
+    'reset_password' => 'Reset your password',
+    'new_password' => 'New password',
 
 
 ];

+ 0 - 3
resources/lang/en/passwords.php

@@ -18,7 +18,4 @@ return [
     'sent' => 'We have e-mailed your password reset link!',
     'token' => 'This password reset token is invalid.',
     'user' => "We can't find a user with that e-mail address.",
-    'send_password_reset_link' => 'Send password reset link',
-    'reset_password' => 'Reset your password',
-
 ];