From dcbf4129576d2f020c63e6c61779d3d337a84848 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 14 Mar 2014 17:35:28 -0700 Subject: [PATCH] improve invite friends email cues --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 82a15b0a2..e416e6112 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -833,10 +833,10 @@ en: title: 'Invite Friends' action: 'Email Invite' help: 'send invitations to friends so they can reply to this topic with a single click' - to_topic: "We'll send your friend a brief email allowing them to immediately reply to this topic by clicking a link, no login required." - to_forum: "We'll send your friend a brief email allowing them to join the forum by clicking a link." + to_topic: "We'll send a brief email allowing your friend to immediately reply to this topic by clicking a link, no login required." + to_forum: "We'll send a brief email allowing your friend to join by clicking a link, no login required." - email_placeholder: 'email address' + email_placeholder: 'name@example.com' success: "Thanks! We mailed out an invitation to {{email}}. We'll let you know when they redeem your invitation. Check the invitations tab on your user page to keep track of who you've invited." error: "Sorry, we couldn't invite that person. Perhaps they are already a user?"