mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
3382f92843
commit
61a35d0bd7
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ void QMLManager::checkCredentialsAndExecute(execute_function_type execute)
|
||||||
return;
|
return;
|
||||||
} else if (prefs.cloud_verification_status != CS_VERIFIED) {
|
} else if (prefs.cloud_verification_status != CS_VERIFIED) {
|
||||||
// here we need to enter the PIN
|
// 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);
|
setStartPageText(RED_FONT + tr("Cannot connect to cloud storage - cloud account not verified") + END_FONT);
|
||||||
revertToNoCloudIfNeeded();
|
revertToNoCloudIfNeeded();
|
||||||
setShowPin(true);
|
setShowPin(true);
|
||||||
|
|
Loading…
Reference in a new issue