Encryption status text
This commit is contained in:
@@ -520,9 +520,9 @@ class AccountMenu {
|
|||||||
|
|
||||||
$scope.encryptionStatusString = function() {
|
$scope.encryptionStatusString = function() {
|
||||||
if(!authManager.offline()) {
|
if(!authManager.offline()) {
|
||||||
return "End-to-end encryption is enabled. Your data is encrypted before being synced to your private account.";
|
return "End-to-end encryption is enabled. Your data is encrypted before syncing to your private account.";
|
||||||
} else if(passcodeManager.hasPasscode()) {
|
} else if(passcodeManager.hasPasscode()) {
|
||||||
return "Encryption is enabled. Your data is encrypted using your passcode before being stored on disk.";
|
return "Encryption is enabled. Your data is encrypted using your passcode before saving to your device storage.";
|
||||||
} else {
|
} else {
|
||||||
return "Encryption is not enabled. Sign in, register, or add a passcode lock to enable encryption.";
|
return "Encryption is not enabled. Sign in, register, or add a passcode lock to enable encryption.";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user