fix(GODT-3047): fixed 'disk full' error message.

This commit is contained in:
Xavier Michelon
2023-11-10 08:35:07 +01:00
parent 0303ba38e8
commit fa430ee0fb

View File

@ -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")