From 18a9726f89a7aa6bdbe7d5810fd00f8f547a3fd9 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 3 Jan 2017 11:01:59 -0600 Subject: [PATCH] encryption text --- app/assets/templates/frontend/header.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/templates/frontend/header.html.haml b/app/assets/templates/frontend/header.html.haml index 889842edc..0b3eac518 100644 --- a/app/assets/templates/frontend/header.html.haml +++ b/app/assets/templates/frontend/header.html.haml @@ -13,7 +13,7 @@ .account-item .meta-container .title Server - .desc Enter your Standard File server address, or use the default. + .desc Enter your Standard File server address, or use the default. .action-container %form.account-form{'ng-submit' => 'ctrl.changeServer()', 'name' => "serverChangeForm"} .form-tag.has-feedback @@ -67,7 +67,7 @@ %a{"ng-click" => "ctrl.signOutPressed()"} Sign Out .meta-container .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 %span.status-title Status: {{ctrl.encryptionStatusForNotes()}} (shared notes not encrypted)