diff --git a/Theme/Api/Lang/de.lang.php b/Theme/Api/Lang/de.lang.php index 8446a5f..31087e9 100755 --- a/Theme/Api/Lang/de.lang.php +++ b/Theme/Api/Lang/de.lang.php @@ -31,7 +31,7 @@ return ['Admin' => [ 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', 'PasswordResetEmailMsg' => 'You received a pasword reset email.', 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', - 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', + 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attempts.', 'PasswordResetTitle' => 'Password Reset', 'PasswordTitle' => 'Password', 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.', diff --git a/Theme/Api/Lang/en.lang.php b/Theme/Api/Lang/en.lang.php index 8446a5f..31087e9 100755 --- a/Theme/Api/Lang/en.lang.php +++ b/Theme/Api/Lang/en.lang.php @@ -31,7 +31,7 @@ return ['Admin' => [ 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', 'PasswordResetEmailMsg' => 'You received a pasword reset email.', 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', - 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', + 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attempts.', 'PasswordResetTitle' => 'Password Reset', 'PasswordTitle' => 'Password', 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.',