diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-07-29 09:37:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 08:30:08 -0700 |
commit | 61a35d0bd71b08bfcfedae1ded90ec4d47b82176 (patch) | |
tree | a962ef629155831792ee3610810248ed6a437b04 /mobile-widgets | |
parent | 3382f92843c5461dec00ffe8e6d3ab01bee4ac1f (diff) | |
download | subsurface-61a35d0bd71b08bfcfedae1ded90ec4d47b82176.tar.gz |
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 <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |