summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-18 17:17:08 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-18 17:17:08 -0400
commitd2d64d20f0437b5dcd3439292ab913e2e1990da2 (patch)
tree323b29ad96c3d6434b5ed320f0f7e27de3ef5ada
parent91d6082d3759bd65a95a0dee063a46d2e6f6d2f6 (diff)
Changed the public key usage informational text.
-rw-r--r--app/views/users/edit_notifications.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
</tbody>
</table>
<h3>Public Key</h1>
- <p>All notification emails, including password resets, will be encrypted with this key if you supply it. <b>Do not lose your private key, otherwise you won't be able to easily recover your account.</b></p>
+ <p>All notification emails will be encrypted with this key if you supply it.</p>
<%= f.text_area :public_key, placeholder: "-----BEGIN PGP PUBLIC KEY BLOCK-----" %>
<p><%= f.submit "Save changes", class: "btn blue left" %></p>
<div class="clear"></div>