1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00

Merge branch 'master' into test-github-actions-1

This commit is contained in:
Manu 2024-09-26 11:25:02 +01:00 committed by GitHub
commit 91ae70dffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,10 +79,7 @@ def get_misc_settings() -> List[Dict[str, str]]:
'value': True,
'type': 'checkbox',
'group': security,
'label': trans_late(
'settings',
'Store repository passwords in system keychain, if available',
),
'label': trans_late('settings', 'Store repository passwords in system keychain, if available'),
'tooltip': trans_late(
'settings', "Otherwise Vorta's configuration database stores the password in plaintext."
),