omit needless words from welcome email header
This commit is contained in:
parent
0ff573d03a
commit
3f858801a3
config/locales
|
@ -1111,7 +1111,7 @@ en:
|
||||||
welcome_user:
|
welcome_user:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
Thanks for joining %{site_name}, and welcome to our discussion forum!
|
Thanks for joining %{site_name}, and welcome!
|
||||||
|
|
||||||
%{new_user_tips}
|
%{new_user_tips}
|
||||||
|
|
||||||
|
@ -1122,7 +1122,7 @@ en:
|
||||||
welcome_invite:
|
welcome_invite:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
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].
|
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: |
|
text_body_template: |
|
||||||
Welcome to %{site_name}!
|
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:
|
Click the following link to confirm and activate your new account:
|
||||||
%{base_url}/users/activate-account/%{email_token}
|
%{base_url}/users/activate-account/%{email_token}
|
||||||
|
|
|
@ -624,7 +624,7 @@ id:
|
||||||
welcome_user:
|
welcome_user:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
Thanks for joining %{site_name}, and welcome to our discussion forum!
|
Thanks for joining %{site_name}, and welcome!
|
||||||
|
|
||||||
%{new_user_tips}
|
%{new_user_tips}
|
||||||
|
|
||||||
|
@ -635,7 +635,7 @@ id:
|
||||||
welcome_invite:
|
welcome_invite:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
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].
|
We've automatically generated a username for you: **%{username}**, but you can change that any time by visiting [your user profile][prefs].
|
||||||
|
|
||||||
|
|
|
@ -680,7 +680,7 @@ sv:
|
||||||
welcome_user:
|
welcome_user:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
Thanks for joining %{site_name}, and welcome to our discussion forum!
|
Thanks for joining %{site_name}, and welcome!
|
||||||
|
|
||||||
%{new_user_tips}
|
%{new_user_tips}
|
||||||
|
|
||||||
|
@ -691,7 +691,7 @@ sv:
|
||||||
welcome_invite:
|
welcome_invite:
|
||||||
subject_template: "Welcome to %{site_name}!"
|
subject_template: "Welcome to %{site_name}!"
|
||||||
text_body_template: |
|
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].
|
We've automatically generated a username for you: **%{username}**, but you can change that any time by visiting [your user profile][prefs].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue