From f2fd38a7b8667f8bf41570a35b0caf1f76d156d5 Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Fri, 9 May 2014 15:02:22 +0800 Subject: [PATCH] One more line for more space in new version email --- config/locales/server.en.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 9f4ff85e0ca..dafbaaa4df6 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1049,13 +1049,14 @@ en: There should be an unsubscribe footer on every email you send, so let's mock one up. This email was sent by Name of Company, 55 Main Street, Anytown, USA 12345. If you would like to opt out of future emails, [click here to unsubscribe][5]. new_version_mailer: - subject_template: "[%{site_name}] update available" + subject_template: "[%{site_name}] New Discourse version, update available" text_body_template: | - A new version of Discourse is available: + A new version of Discourse is available. Your version: %{installed_version} New version: **%{new_version}** + You may want to: - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker) and pressing the "Upgrade" button. @@ -1065,11 +1066,12 @@ en: new_version_mailer_with_notes: subject_template: "[%{site_name}] update available" text_body_template: | - A new version of Discourse is available: + A new version of Discourse is available. Your version: %{installed_version} New version: **%{new_version}** + You may want to: - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker), and pressing the "Upgrade" button.