mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
Remove some unused / rare phrases.
This commit is contained in:
@@ -525,7 +525,7 @@ bool RecoverBox::codeSubmitFail(const RPCError &error) {
|
||||
if (cDebug()) { // internal server error
|
||||
_error = err + ": " + error.description();
|
||||
} else {
|
||||
_error = lang(lng_server_error);
|
||||
_error = Lang::Hard::ServerError();
|
||||
}
|
||||
update();
|
||||
_recoverCode->setFocus();
|
||||
|
||||
Reference in New Issue
Block a user