summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 95af9a973..66583a175 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -9,7 +9,7 @@ import org.subsurfacedivelog.mobile 1.0
Kirigami.ScrollablePage {
id: page
objectName: "DiveList"
- title: "Subsurface-mobile"
+ title: "Dive list"
background: Rectangle {
color: Kirigami.Theme.viewBackgroundColor
}
@@ -220,8 +220,10 @@ Kirigami.ScrollablePage {
onVisibleChanged: {
if (visible) {
page.mainAction = page.saveAction
+ title = "Cloud credentials"
} else {
page.mainAction = page.addDiveAction
+ title = "Dive list"
}
}