Change user.suspended.body so translators don't have to type out anchors
This commit is contained in:
parent
71b9bee07c
commit
2a2818d055
2 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
<h1><%= t "user.suspended.heading" %></h1>
|
||||
|
||||
<%= t "user.suspended.body", :webmaster => "webmaster@openstreetmap.org" %>
|
||||
<%= t "user.suspended.body", link_to t("user.suspended.webmaster"), "mailto:webmaster@openstreetmap.org" %>
|
||||
|
|
|
@ -1672,6 +1672,7 @@ en:
|
|||
suspended:
|
||||
title: Account Suspended
|
||||
heading: Account Suspended
|
||||
webmaster: webmaster
|
||||
body: |
|
||||
<p>
|
||||
Sorry, your account has been automatically suspended due to
|
||||
|
@ -1679,8 +1680,7 @@ en:
|
|||
</p>
|
||||
<p>
|
||||
This decision will be reviewed by an administrator shortly, or
|
||||
you may contact the <a href="mailto:{{webmaster}}">webmaster</a> if
|
||||
you wish to discuss this.
|
||||
you may contact the {{webmaster}} if you wish to discuss this.
|
||||
</p>
|
||||
user_role:
|
||||
filter:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue