diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml
index 18245bc85..dfffb8e6f 100644
--- a/mobile-widgets/qml/StartPage.qml
+++ b/mobile-widgets/qml/StartPage.qml
@@ -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.
" +
+ "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.
" +
"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).
" +
"To use Subsurface-mobile only with local data on this device, select " +