Skip to content

Commit

Permalink
shorten to not confuse the user
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduvert committed Dec 31, 2023
1 parent 709edb1 commit 9c49e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/ui/dialogs/MSALoginDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&

QString urlString = url.toString();
QString linkString = QString("<a href=\"%1\">%2</a>").arg(urlString, urlString);
ui->label->setText(tr("<p>Please open up %1 in a browser to proceed with login. (Enter code <b>%2</b> if prompted.)</p>").arg(linkString, code));
ui->label->setText(tr("<p>Please open up %1 in a browser to proceed with login. (Code: <b>%2</b>)</p>").arg(linkString, code));

m_code = code;
}
Expand Down

0 comments on commit 9c49e0a

Please sign in to comment.