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 4aacc22a..d3ec9272 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -728,10 +728,12 @@ QtObject { } property Notification noKeychain: Notification { brief: title - description: 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.") + 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.") group: Notifications.Group.Dialogs | Notifications.Group.Configuration icon: "./icons/ic-exclamation-circle-filled.svg" - title: qsTr("No keychain available") + title: Backend.goos === "darwin" ? qsTr("Cannot access keychain") : qsTr("No keychain available") type: Notification.NotificationType.Danger action: [