From d2d64d20f0437b5dcd3439292ab913e2e1990da2 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Wed, 18 Oct 2017 17:17:08 -0400 Subject: Changed the public key usage informational text. --- app/views/users/edit_notifications.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit_notifications.html.erb b/app/views/users/edit_notifications.html.erb index e0e8288..9c45445 100644 --- a/app/views/users/edit_notifications.html.erb +++ b/app/views/users/edit_notifications.html.erb @@ -46,7 +46,7 @@

Public Key

-

All notification emails, including password resets, will be encrypted with this key if you supply it. Do not lose your private key, otherwise you won't be able to easily recover your account.

+

All notification emails will be encrypted with this key if you supply it.

<%= f.text_area :public_key, placeholder: "-----BEGIN PGP PUBLIC KEY BLOCK-----" %>

<%= f.submit "Save changes", class: "btn blue left" %>

-- cgit v1.2.3