Update launcher/ui/dialogs/MSALoginDialog.cpp

Co-authored-by: Tayou <git@tayou.org>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon 2024-05-16 00:41:07 +03:00 committed by GitHub
parent 8b051b97fd
commit 898ee67a07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ void MSALoginDialog::authorizeWithBrowser(const QUrl& url)
ui->message->setText( ui->message->setText(
tr("Browser opened to complete the login process." tr("Browser opened to complete the login process."
"<br /><br />" "<br /><br />"
"If your browser hasn't opened, please manually open the bellow link in your browser:")); "If your browser hasn't opened, please manually open the below link in your browser:"));
} }
void MSALoginDialog::copyUrl() void MSALoginDialog::copyUrl()