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>
|
<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:
|
suspended:
|
||||||
title: Account Suspended
|
title: Account Suspended
|
||||||
heading: Account Suspended
|
heading: Account Suspended
|
||||||
|
webmaster: webmaster
|
||||||
body: |
|
body: |
|
||||||
<p>
|
<p>
|
||||||
Sorry, your account has been automatically suspended due to
|
Sorry, your account has been automatically suspended due to
|
||||||
|
@ -1679,8 +1680,7 @@ en:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This decision will be reviewed by an administrator shortly, or
|
This decision will be reviewed by an administrator shortly, or
|
||||||
you may contact the <a href="mailto:{{webmaster}}">webmaster</a> if
|
you may contact the {{webmaster}} if you wish to discuss this.
|
||||||
you wish to discuss this.
|
|
||||||
</p>
|
</p>
|
||||||
user_role:
|
user_role:
|
||||||
filter:
|
filter:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue