feat: show warning when protecting a note with no protection source

This commit is contained in:
Baptiste Grob
2021-02-22 17:51:45 +01:00
parent 6a3e070ea6
commit ef3a962d78
2 changed files with 17 additions and 7 deletions

View File

@@ -124,4 +124,6 @@ export const Strings = {
: 'password manager';
return `Your keys are currently stored in your operating system's ${keychainName}. Adding a passcode prevents even your operating system from reading them.`;
},
protectingNoteWithoutProtectionSources: 'Access to this note will not be restricted until you set up a passcode or account.',
openAccountMenu: 'Open Account Menu'
};