i18n: Add dot
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Mon, 27 Jun 2022 09:03:30 +0000 (11:03 +0200)
committerValdnet <47037905+Valdnet@users.noreply.github.com>
Tue, 28 Jun 2022 06:55:54 +0000 (08:55 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/creds/oauth.cpp

index 361e91507cbe135a5c43299ee4d7e7911d647abc..39534fa48bc185810ce2dfd18cc4522346b12198 100644 (file)
@@ -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());