From fa430ee0fbd10ae38d3885b32e0869227eaa1923 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Fri, 10 Nov 2023 08:35:07 +0100 Subject: [PATCH] fix(GODT-3047): fixed 'disk full' error message. --- .../bridge-gui/bridge-gui/qml/Notifications/Notifications.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index d3ec9272..5515d725 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -380,7 +380,7 @@ QtObject { } property Notification diskFull: Notification { brief: title - description: qsTr("Quit Bridge and free disk space or disable the local cache (not recommended).") + description: qsTr("Quit Bridge and free disk space or move the local cache to another disk.") group: Notifications.Group.Configuration | Notifications.Group.Dialogs icon: "./icons/ic-exclamation-circle-filled.svg" title: qsTr("Your disk is almost full")