summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/StartPage.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-18 17:53:08 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-20 09:34:27 +0900
commite6835d76cc56991619ca65af9f4187ffa6806aa9 (patch)
tree2a23b54fb5c1226dc7d32b053a509c21fb0bf1dd /mobile-widgets/qml/StartPage.qml
parente0f7a2ca374afa99a06863fb9082f94e613ea3ba (diff)
downloadsubsurface-e6835d76cc56991619ca65af9f4187ffa6806aa9.tar.gz
QML UIL: fix more problems with members moving from manager to prefs
That change clearly would have benefited from better code review. This is a superset of a change proposed by Jan Iversen. Closes #1406 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r--mobile-widgets/qml/StartPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml
index 102c2ccb7..0ce0c38ef 100644
--- a/mobile-widgets/qml/StartPage.qml
+++ b/mobile-widgets/qml/StartPage.qml
@@ -52,7 +52,7 @@ Kirigami.ScrollablePage {
"If you do not receive an email from us within 15 minutes, please check " +
"the correct spelling of your email address and your spam box first.<br/><br/>" +
"In case of any problems regarding cloud account setup, please contact us " +
- "at our user forum \(https://subsurface-divelog.org/user-forum/\).<br/><br/>").arg(manager.cloudUserName)
+ "at our user forum \(https://subsurface-divelog.org/user-forum/\).<br/><br/>").arg(prefs.cloudUserName)
wrapMode: Text.WordWrap
}
Item { width: Kirigami.Units.gridUnit; height: 3 * Kirigami.Units.gridUnit}