From 06b5276981603a070e0e187e86eac37c46c7cba4 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Wed, 22 Nov 2023 08:29:35 +0100 Subject: [PATCH] feat(GODT-3046): fix typo spotted during KB article review. --- .../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 1dd54a7c..4f1553d4 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -617,7 +617,7 @@ QtObject { brief: title description: Backend.goos === "darwin" ? qsTr("Bridge is not able to access your keychain. Please make sure your keychain is not locked and restart the application.") : - qsTr("Bridge is not able to detect a supported password manager (pass or secret-service). Please install and setup supported password manager and restart the application.") + qsTr("Bridge is not able to detect a supported password manager (pass or secret-service). Please install and setup a supported password manager and restart the application.") group: Notifications.Group.Dialogs | Notifications.Group.Configuration icon: "./icons/ic-exclamation-circle-filled.svg" title: Backend.goos === "darwin" ? qsTr("Cannot access keychain") : qsTr("No keychain available")