diff options
| -rw-r--r-- | app/qml/pages/ManagerPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/pages/ManagerPage.qml b/app/qml/pages/ManagerPage.qml index 9ac41ff..814c9d8 100644 --- a/app/qml/pages/ManagerPage.qml +++ b/app/qml/pages/ManagerPage.qml @@ -80,7 +80,7 @@ Page { color: Theme.highlightColor font.pixelSize: Theme.fontSizeSmall visible: pebbled.active && !pebbled.connected - text: qsTr("Waiting for watch...\nIf it can't be found plase check it's available and paired in Bluetooth settings.") + text: qsTr("Waiting for watch...\nIf it can't be found please check it's available and paired in Bluetooth settings.") wrapMode: Text.Wrap anchors { left: parent.left |
