Fix article spelling.

This commit is contained in:
levlam 2024-04-26 02:35:00 +03:00
parent 4d90c2a227
commit f6cb50ed93
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ emailAddressAuthenticationAppleId token:string = EmailAddressAuthentication;
emailAddressAuthenticationGoogleId token:string = EmailAddressAuthentication;
//@class EmailAddressResetState @description Describes reset state of a email address
//@class EmailAddressResetState @description Describes reset state of an email address
//@description Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number
//@wait_period Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium

View File

@ -1143,7 +1143,7 @@ void AuthManager::on_account_banned() const {
return;
}
LOG(ERROR) << "Your account was banned for suspicious activity. If you think that this is a mistake, please try to "
"log in from an official mobile app and send a email to recover the account by following instructions "
"log in from an official mobile app and send an email to recover the account by following instructions "
"provided by the app";
}