From 7dad6cc9a46951d2ad1c0de6c84d434860195129 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Tue, 14 Dec 2021 14:39:41 +0100 Subject: [PATCH] GODT-1477: Change CoD wording --- internal/frontend/qml/LocalCacheSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/qml/LocalCacheSettings.qml b/internal/frontend/qml/LocalCacheSettings.qml index 06ed20f0..94f00ec0 100644 --- a/internal/frontend/qml/LocalCacheSettings.qml +++ b/internal/frontend/qml/LocalCacheSettings.qml @@ -41,7 +41,7 @@ SettingsView { Label { colorScheme: root.colorScheme - text: qsTr("Bridge stores your encrypted messages locally to optimize communication with the local client.") + text: qsTr("Bridge stores your encrypted messages locally to optimize communication with your client.") type: Label.Body color: root.colorScheme.text_weak Layout.fillWidth: true