From: Christian Kamm Date: Mon, 12 Jun 2017 09:50:36 +0000 (+0200) Subject: OAuth: Fix a typo in the success message X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~710^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b0d956b3d5aafd1c6b4c1ef1942e19434ef7518;p=nextcloud-desktop.git OAuth: Fix a typo in the success message --- diff --git a/src/gui/creds/oauth.cpp b/src/gui/creds/oauth.cpp index 86b261bb3..2022995c2 100644 --- a/src/gui/creds/oauth.cpp +++ b/src/gui/creds/oauth.cpp @@ -64,7 +64,7 @@ void OAuth::start() } // TODO: add redirect to the page on the server - httpReplyAndClose(socket, "200 OK", "

Login Successfull

You can close this window.

"); + httpReplyAndClose(socket, "200 OK", "

Login Successful

You can close this window.

"); QString code = rx.cap(1); // The 'code' is the first capture of the regexp