Formated the suggestion

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-11-07 20:41:45 +02:00
parent 54187a505f
commit 4dc9e65875
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -108,8 +108,7 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&
if (urlString == "https://www.microsoft.com/link" && !code.isEmpty()) {
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 open up %1 in "
ui->label->setText(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 {