encryption text
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
.account-item
|
.account-item
|
||||||
.meta-container
|
.meta-container
|
||||||
.title Server
|
.title Server
|
||||||
.desc Enter your <a href="http://standardfile.github.io" target="_blank">Standard File</a> server address, or use the default.
|
.desc Enter your <a href="https://standardfile.org" target="_blank">Standard File</a> server address, or use the default.
|
||||||
.action-container
|
.action-container
|
||||||
%form.account-form{'ng-submit' => 'ctrl.changeServer()', 'name' => "serverChangeForm"}
|
%form.account-form{'ng-submit' => 'ctrl.changeServer()', 'name' => "serverChangeForm"}
|
||||||
.form-tag.has-feedback
|
.form-tag.has-feedback
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
%a{"ng-click" => "ctrl.signOutPressed()"} Sign Out
|
%a{"ng-click" => "ctrl.signOutPressed()"} Sign Out
|
||||||
.meta-container
|
.meta-container
|
||||||
.title Local Encryption
|
.title Local Encryption
|
||||||
.desc Encrypt notes locally before sending to server. Neither the server owner nor an intruder can decrypt your locally encrypted notes.
|
.desc Notes are encrypted locally before being sent to the server. Neither the server owner nor an intrusive entity can decrypt your locally encrypted notes.
|
||||||
.action-container
|
.action-container
|
||||||
%span.status-title Status:
|
%span.status-title Status:
|
||||||
{{ctrl.encryptionStatusForNotes()}} (shared notes not encrypted)
|
{{ctrl.encryptionStatusForNotes()}} (shared notes not encrypted)
|
||||||
|
|||||||
Reference in New Issue
Block a user