From 21ea25fe5cfe8337ff9c3aa123f71e975c6c85d7 Mon Sep 17 00:00:00 2001 From: Chip Black Date: Sun, 1 Mar 2015 14:28:35 -0600 Subject: [PATCH] Clarify email text --- www/jssrc/blerg/AccountCenter.js | 2 +- www/jssrc/blerg/EmailForm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/jssrc/blerg/AccountCenter.js b/www/jssrc/blerg/AccountCenter.js index b32caec..766e9b2 100644 --- a/www/jssrc/blerg/AccountCenter.js +++ b/www/jssrc/blerg/AccountCenter.js @@ -3,7 +3,7 @@ enyo.kind({ components: [ {tag: 'h2', content: "Change Password"}, {kind: "blerg.PasswdForm"}, - {tag: 'h2', content: "Email Notifications"}, + {tag: 'h2', content: "Email"}, {kind: 'blerg.EmailForm'}, {tag: 'h2', content: "Generate recovery link"}, {content: "A recovery link is a URL that will allow you to reset the password on your account at a later time. Whoever has this link will be able to gain control of your account. This link should be kept in a safe place like an encrypted password manager or a physical piece of paper locked in a safe. The link will expire after one year or the next password change (either via a recovery link or by changing it manually above). To indicate that you understand this, please copy blërg into the textbox below.", tag: 'p', allowHtml: true}, diff --git a/www/jssrc/blerg/EmailForm.js b/www/jssrc/blerg/EmailForm.js index 4ee731d..6e651fc 100644 --- a/www/jssrc/blerg/EmailForm.js +++ b/www/jssrc/blerg/EmailForm.js @@ -2,7 +2,7 @@ enyo.kind({ name: 'blerg.EmailForm', components: [ {name: 'emailRegisterForm', components: [ - {content: "Enter your email address to get daily digest updates of your feed.", tag: 'p'}, + {content: "Register an email address to get daily digest updates of your feed. We can also use this address to send you a password recovery link if you forget your password.", tag: 'p'}, {tag: 'form', onsubmit: 'registerEmail', components: [ {kind: 'onyx.InputDecorator', classes: 'recovery', components: [ {kind: 'onyx.Input', name: 'email'} -- 2.34.1