From 3f858801a36e79ef6f250e28d73af224afcdc57e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 14 Mar 2014 13:31:13 -0700 Subject: [PATCH] omit needless words from welcome email header --- config/locales/server.en.yml | 6 +++--- config/locales/server.id.yml | 4 ++-- config/locales/server.sv.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 1abb5443ab8..94a6458a7f8 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1111,7 +1111,7 @@ en: welcome_user: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for joining %{site_name}, and welcome to our discussion forum! + Thanks for joining %{site_name}, and welcome! %{new_user_tips} @@ -1122,7 +1122,7 @@ en: welcome_invite: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for accepting your invitation to %{site_name}, and welcome to our discussion forum! + Thanks for accepting your invitation to %{site_name}, and welcome! We've automatically generated a username for you: **%{username}**, but you can change that any time by visiting [your user profile][prefs]. @@ -1341,7 +1341,7 @@ en: text_body_template: | Welcome to %{site_name}! - You're approved to join %{site_name}, welcome to our discussion forum! + You're approved to join %{site_name}, welcome! Click the following link to confirm and activate your new account: %{base_url}/users/activate-account/%{email_token} diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml index 5f62debb75c..ba8f9669db4 100644 --- a/config/locales/server.id.yml +++ b/config/locales/server.id.yml @@ -624,7 +624,7 @@ id: welcome_user: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for joining %{site_name}, and welcome to our discussion forum! + Thanks for joining %{site_name}, and welcome! %{new_user_tips} @@ -635,7 +635,7 @@ id: welcome_invite: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for accepting your invitation to %{site_name}, and welcome to our discussion forum! + Thanks for accepting your invitation to %{site_name}, and welcome! We've automatically generated a username for you: **%{username}**, but you can change that any time by visiting [your user profile][prefs]. diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml index d57aa00a4e2..fd565b3ab7a 100644 --- a/config/locales/server.sv.yml +++ b/config/locales/server.sv.yml @@ -680,7 +680,7 @@ sv: welcome_user: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for joining %{site_name}, and welcome to our discussion forum! + Thanks for joining %{site_name}, and welcome! %{new_user_tips} @@ -691,7 +691,7 @@ sv: welcome_invite: subject_template: "Welcome to %{site_name}!" text_body_template: | - Thanks for accepting your invitation to %{site_name}, and welcome to our discussion forum! + Thanks for accepting your invitation to %{site_name}, and welcome! We've automatically generated a username for you: **%{username}**, but you can change that any time by visiting [your user profile][prefs].