feat(GODT-3046): fix typo spotted during KB article review.

This commit is contained in:
Xavier Michelon 2023-11-22 08:29:35 +01:00
parent b2d61da41f
commit 06b5276981
1 changed files with 1 additions and 1 deletions

View File

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