diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 3c012e28c..f4d886001 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -42,7 +42,7 @@ return [ 'confirmpassword' => 'Confirm Password', 'sendlink' => 'Send Password Reset Link', 'emailsent' => 'Your password reset email is on its way.', - 'remeberme' => 'Remeber Me', + 'remeberme' => 'Remember Me', 'totp_failed' => 'The TOTP token provided was invalid. Please ensure that the token generated by your device was valid.' ];