Copy adjustments
This commit is contained in:
@@ -381,9 +381,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 syncing to your private account.";
|
return "End-to-end encryption is enabled. Your data is encrypted on your device first, then synced to your private cloud.";
|
||||||
} else if(passcodeManager.hasPasscode()) {
|
} else if(passcodeManager.hasPasscode()) {
|
||||||
return "Encryption is enabled. Your data is encrypted using your passcode before saving to your device storage.";
|
return "Encryption is enabled. Your data is encrypted using your passcode before it is saved 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.";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
.sk-button.info{"ng-click" => "addPasscodeClicked(); $event.stopPropagation();"}
|
.sk-button.info{"ng-click" => "addPasscodeClicked(); $event.stopPropagation();"}
|
||||||
.sk-label Add Passcode
|
.sk-label Add Passcode
|
||||||
|
|
||||||
%p.sk-p Add an app passcode to lock the app and encrypt on-device key storage.
|
%p.sk-p Add a passcode to lock the application and encrypt on-device key storage.
|
||||||
|
|
||||||
%div{"ng-if" => "!canAddPasscode"}
|
%div{"ng-if" => "!canAddPasscode"}
|
||||||
%p.sk-p Adding a passcode is not supported in temporary sessions. Please sign out, then sign back in with the "Stay signed in" option checked.
|
%p.sk-p Adding a passcode is not supported in temporary sessions. Please sign out, then sign back in with the "Stay signed in" option checked.
|
||||||
|
|||||||
6
dist/javascripts/compiled.js
vendored
6
dist/javascripts/compiled.js
vendored
@@ -63257,9 +63257,9 @@ function () {
|
|||||||
|
|
||||||
$scope.encryptionStatusString = function () {
|
$scope.encryptionStatusString = function () {
|
||||||
if (!authManager.offline()) {
|
if (!authManager.offline()) {
|
||||||
return "End-to-end encryption is enabled. Your data is encrypted before syncing to your private account.";
|
return "End-to-end encryption is enabled. Your data is encrypted on your device first, then synced to your private cloud.";
|
||||||
} else if (passcodeManager.hasPasscode()) {
|
} else if (passcodeManager.hasPasscode()) {
|
||||||
return "Encryption is enabled. Your data is encrypted using your passcode before saving to your device storage.";
|
return "Encryption is enabled. Your data is encrypted using your passcode before it is saved 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.";
|
||||||
}
|
}
|
||||||
@@ -78940,7 +78940,7 @@ if (globalScope) {
|
|||||||
"<div class='sk-label'>Add Passcode</div>\n" +
|
"<div class='sk-label'>Add Passcode</div>\n" +
|
||||||
"</div>\n" +
|
"</div>\n" +
|
||||||
"</div>\n" +
|
"</div>\n" +
|
||||||
"<p class='sk-p'>Add an app passcode to lock the app and encrypt on-device key storage.</p>\n" +
|
"<p class='sk-p'>Add a passcode to lock the application and encrypt on-device key storage.</p>\n" +
|
||||||
"</div>\n" +
|
"</div>\n" +
|
||||||
"<div ng-if='!canAddPasscode'>\n" +
|
"<div ng-if='!canAddPasscode'>\n" +
|
||||||
"<p class='sk-p'>Adding a passcode is not supported in temporary sessions. Please sign out, then sign back in with the \"Stay signed in\" option checked.</p>\n" +
|
"<p class='sk-p'>Adding a passcode is not supported in temporary sessions. Please sign out, then sign back in with the \"Stay signed in\" option checked.</p>\n" +
|
||||||
|
|||||||
2
dist/javascripts/compiled.min.js
vendored
2
dist/javascripts/compiled.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user