diff options
Diffstat (limited to 'app/qml')
| -rw-r--r-- | app/qml/cover/CoverPage.qml | 2 | ||||
| -rw-r--r-- | app/qml/pages/WatchPage.qml | 2 | ||||
| -rw-r--r-- | app/qml/pebble.qml (renamed from app/qml/waterwatch.qml) | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/app/qml/cover/CoverPage.qml b/app/qml/cover/CoverPage.qml index aaa33c6..06340aa 100644 --- a/app/qml/cover/CoverPage.qml +++ b/app/qml/cover/CoverPage.qml @@ -36,7 +36,7 @@ CoverBackground { Label { id: label anchors.centerIn: parent - text: "WaterWatch" + text: "Pebble" } Label { anchors.top: label.bottom diff --git a/app/qml/pages/WatchPage.qml b/app/qml/pages/WatchPage.qml index 623c47e..6ffd06b 100644 --- a/app/qml/pages/WatchPage.qml +++ b/app/qml/pages/WatchPage.qml @@ -221,7 +221,7 @@ Page { width: page.width spacing: Theme.paddingLarge PageHeader { - title: "WaterWatch" + title: "Pebble Manager" } Label { visible: !watchConnector.isConnected diff --git a/app/qml/waterwatch.qml b/app/qml/pebble.qml index cf65076..c0085f1 100644 --- a/app/qml/waterwatch.qml +++ b/app/qml/pebble.qml @@ -38,5 +38,3 @@ ApplicationWindow initialPage: WatchPage { id: watchPage } cover: Qt.resolvedUrl("cover/CoverPage.qml") } - - |
