mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
i18n: Add dot
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
5ad0dc004a
commit
b214b87491
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ void OAuth::start()
|
|||
QString message = tr("<h1>Wrong account</h1>"
|
||||
"<p>You logged in with the account <em>%1</em>, but must log in with the account <em>%2</em>.<br>"
|
||||
"Please log out of %3 in another tab, then <a href='%4'>click here</a> "
|
||||
"and log in with %2</p>")
|
||||
"and log in with %2.</p>")
|
||||
.arg(user, _expectedUser, Theme::instance()->appNameGUI(),
|
||||
authorisationLink().toString(QUrl::FullyEncoded));
|
||||
httpReplyAndClose(socket, "200 OK", message.toUtf8().constData());
|
||||
|
|
Loading…
Reference in a new issue