From ae2b6fae08d801f243b7d649cd0af9784520dc35 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 1 May 2012 14:54:03 -0600 Subject: [PATCH] update copy for in-dialog password picking upon first use of secondary email address --- resources/static/dialog/views/set_password.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/dialog/views/set_password.ejs b/resources/static/dialog/views/set_password.ejs index c57943f4d..a07b5d873 100644 --- a/resources/static/dialog/views/set_password.ejs +++ b/resources/static/dialog/views/set_password.ejs @@ -8,7 +8,7 @@ <ul class="inputs"> <% if(!password_reset) { %> <li> - <%= gettext("This email looks new, so let's get you set up.") %> + <%= gettext("Next, choose a new password you'll use when you sign in with BrowserID.") %> </li> <% } %> -- GitLab