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" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue