From 8fe2dd9186ba53c4116568ad49ce17e5b49da784 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 19 Jan 2015 00:03:22 -0800 Subject: [PATCH] copy improvement on invites --- config/locales/server.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4861a7d7599..a90a02bee0e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1416,11 +1416,11 @@ en: text_body_template: | Thanks for accepting your invitation to %{site_name} -- welcome! - We've automatically generated a username for you: **%{username}**, but you can change it any time by visiting [your user profile][prefs]. + We've created a new account **%{username}** for you, and you are logged in. You can change your name by visiting [your user profile][prefs]. - To log in again, either: + To log in again later: - 1. Log in using any method you like -- but it must resolve to the **same email address** that you received your original invitation email at. Otherwise we won't be able to tell it is you! + 1. Always **use the same email address from your original invitation** when logging in. Otherwise we won't be able to tell it's you! 2. Create a unique password for [your user profile][prefs], and use it to log in.