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 2023-11-07 20:39:12 +02:00 committed by GitHub
parent 8897f16d1d
commit 54187a505f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,8 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&
urlString += QString("?otc=%1").arg(code);
DesktopServices::openUrl(urlString);
ui->label->setText(
tr("<p>Please login in the opened browser. If no browser was opened please follow the following instructions:</p>"
"<p>Please open up %1 in a browser and put in the code <b>%2</b> to proceed with login.</p>")
tr("<p>Please login in the opened browser. If no browser was opened please open up %1 in "
"a browser and put in the code <b>%2</b> to proceed with login.</p>")
.arg(linkString, code));
} else {
ui->label->setText(