From 61a35d0bd71b08bfcfedae1ded90ec4d47b82176 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sat, 29 Jul 2017 09:37:35 +0200 Subject: Trivial log string correction The PIN (and cloud account creation) is not limited to the desktop (any more). Correct the string accordingly. Signed-off-by: Jan Mulder --- mobile-widgets/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index cb594a13d..00b9f6ee8 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -379,7 +379,7 @@ void QMLManager::checkCredentialsAndExecute(execute_function_type execute) return; } else if (prefs.cloud_verification_status != CS_VERIFIED) { // here we need to enter the PIN - appendTextToLog(QStringLiteral("Need to verify the email address - enter PIN in desktop app")); + appendTextToLog(QStringLiteral("Need to verify the email address - enter PIN")); setStartPageText(RED_FONT + tr("Cannot connect to cloud storage - cloud account not verified") + END_FONT); revertToNoCloudIfNeeded(); setShowPin(true); -- cgit v1.2.3-70-g09d2