mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
6331a29962
commit
920ed824d6
@@ -1,12 +1,13 @@
|
||||
<?php
|
||||
return array(
|
||||
"confirmpassword" => "Confirm Password",
|
||||
"emailsent" => "Your password reset email is on its way.",
|
||||
"errorencountered" => "There was an error encountered while attempting to process this request.",
|
||||
"failed" => "These credentials do not match our records.",
|
||||
"remeberme" => "Remember Me",
|
||||
"resetpassword" => "Reset Password",
|
||||
"sendlink" => "Send Password Reset Link",
|
||||
"throttle" => "Too many login attempts. Please try again in :seconds seconds.",
|
||||
"totp_failed" => "The TOTP token provided was invalid. Please ensure that the token generated by your device was valid.",
|
||||
);
|
||||
|
||||
return [
|
||||
'confirmpassword' => 'Confirm Password',
|
||||
'emailsent' => 'Your password reset email is on its way.',
|
||||
'errorencountered' => 'There was an error encountered while attempting to process this request.',
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'remeberme' => 'Remember Me',
|
||||
'resetpassword' => 'Reset Password',
|
||||
'sendlink' => 'Send Password Reset Link',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'totp_failed' => 'The TOTP token provided was invalid. Please ensure that the token generated by your device was valid.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user