Skip to content

Commit 3ddb810

Browse files
committed
Point out option to disable system PW manager
1 parent d4a0dba commit 3ddb810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vorta/borg/borg_thread.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ def prepare(cls, profile):
139139

140140
# Check if keyring is locked
141141
if profile.repo.encryption != 'none' and not cls.keyring.is_unlocked:
142-
ret['message'] = trans_late('messages', 'Please unlock your password manager.')
142+
ret['message'] = trans_late('messages',
143+
'Please unlock your system password manager or disable it under Misc')
143144
return ret
144145

145146
# Try to fall back to DB Keyring, if we use the system keychain.

0 commit comments

Comments
 (0)