mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Mobile: Add Warning About Delay for Initial Synch.
Add a warning to the initial login screen telling the user that the first synchronisation can take a few minutes. Fixes a misunderstanding pointed out in a recent post in the Subsurface mailing list. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
c572148ab6
commit
5ad75e81c3
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ Kirigami.ScrollablePage {
|
|||
Layout.margins: Kirigami.Units.gridUnit
|
||||
Layout.topMargin: Kirigami.Units.gridUnit * 3
|
||||
text: qsTr("To use Subsurface-mobile with Subsurface cloud storage, please enter your cloud credentials.<br/><br/>" +
|
||||
"<font color=\"red\">If you are an existing user with dives stored in the cloud then " +
|
||||
"synchronisation can take a few minutes. Please be patient and wait until your dives appear in " +
|
||||
"the list.</font><br/><br/>" +
|
||||
"If this is the first time you use Subsurface cloud storage, enter a valid email (all lower case) " +
|
||||
"and a password of your choice (letters and numbers).<br/><br/>" +
|
||||
"To use Subsurface-mobile only with local data on this device, select " +
|
||||
|
|
Loading…
Reference in a new issue