Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-05 15:24:34 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-05 18:15:13 +0300
commit6fc96dbba7727b753c7cb5612dfe1f0a13e93d0a (patch)
treea00717a4fcb505c237911e6d30cd19eb80a72fe6 /src/gui/creds
parentc780e455af2700b9c8018bcb68500c19753757ef (diff)
Update httpcredentialsgui.cpp
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/httpcredentialsgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/creds/httpcredentialsgui.cpp b/src/gui/creds/httpcredentialsgui.cpp
index 64c62d7b6..c2743d581 100644
--- a/src/gui/creds/httpcredentialsgui.cpp
+++ b/src/gui/creds/httpcredentialsgui.cpp
@@ -43,7 +43,7 @@ void HttpCredentialsGui::openBrowser()
if (_asyncAuth) {
_asyncAuth->openBrowser();
} else {
- qCWarning(lcHttpCredentialsGui) << "There is no running auth run, did the previous attempt fail?";
+ qCWarning(lcHttpCredentialsGui) << "There is no authentication job running, did the previous attempt fail?";
askFromUserAsync();
}
}