From 2a2818d055d3c9970d0f022ab38d9f051f3175a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 16 May 2010 16:35:22 +0000 Subject: [PATCH] Change user.suspended.body so translators don't have to type out anchors --- app/views/user/suspended.html.erb | 2 +- config/locales/en.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/user/suspended.html.erb b/app/views/user/suspended.html.erb index 27b8dc3f5..fd6a4f441 100644 --- a/app/views/user/suspended.html.erb +++ b/app/views/user/suspended.html.erb @@ -2,4 +2,4 @@

<%= t "user.suspended.heading" %>

-<%= t "user.suspended.body", :webmaster => "webmaster@openstreetmap.org" %> +<%= t "user.suspended.body", link_to t("user.suspended.webmaster"), "mailto:webmaster@openstreetmap.org" %> diff --git a/config/locales/en.yml b/config/locales/en.yml index f3ad3e4c4..6b2db6ba1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1672,6 +1672,7 @@ en: suspended: title: Account Suspended heading: Account Suspended + webmaster: webmaster body: |

Sorry, your account has been automatically suspended due to @@ -1679,8 +1680,7 @@ en:

This decision will be reviewed by an administrator shortly, or - you may contact the webmaster if - you wish to discuss this. + you may contact the {{webmaster}} if you wish to discuss this.

user_role: filter: -- 2.43.2