diff --git a/src/gui/creds/oauth.cpp b/src/gui/creds/oauth.cpp index 361e91507cbe1..39534fa48bc18 100644 --- a/src/gui/creds/oauth.cpp +++ b/src/gui/creds/oauth.cpp @@ -140,7 +140,7 @@ void OAuth::start() QString message = tr("

Wrong account

" "

You logged in with the account %1, but must log in with the account %2.
" "Please log out of %3 in another tab, then click here " - "and log in with %2

") + "and log in with %2.

") .arg(user, _expectedUser, Theme::instance()->appNameGUI(), authorisationLink().toString(QUrl::FullyEncoded)); httpReplyAndClose(socket, "200 OK", message.toUtf8().constData());