diff options
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 93793156d..fd5e2de26 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -204,7 +204,7 @@ Kirigami.ApplicationWindow { icon { name: syncToCloud ? "icons/ic_cloud_off.svg" : "icons/ic_cloud_done.svg" } - text: syncToCloud ? qsTr("Offline mode") : qsTr("Auto cloud sync enabled") + text: syncToCloud ? qsTr("Disable auto cloud sync") : qsTr("Enable auto cloud sync") enabled: manager.credentialStatus !== QMLManager.CS_NOCLOUD onTriggered: { syncToCloud = !syncToCloud |