From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:03:30 +0000 (+0200) Subject: i18n: Add dot X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~133^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b214b87491da47de6cd64e9f5edd7995aca34759;p=nextcloud-desktop.git i18n: Add dot Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- diff --git a/src/gui/creds/oauth.cpp b/src/gui/creds/oauth.cpp index 361e91507..39534fa48 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());