Remove some references to webmaster
This commit is contained in:
parent
ef092045e0
commit
a32b751fed
5 changed files with 12 additions and 14 deletions
|
@ -6,5 +6,5 @@
|
|||
|
||||
<div class="message">
|
||||
<h1><%= t "users.new.no_auto_account_create" %></h1>
|
||||
<h2><%= t "users.new.contact_webmaster_html", :webmaster => "mailto:#{Settings.support_email}" %></h2>
|
||||
<h2><%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %></h2>
|
||||
</div>
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
<h1><%= t ".heading" %></h1>
|
||||
<% end %>
|
||||
|
||||
<%= t ".body_html", :webmaster => link_to(t(".webmaster"), "mailto:#{Settings.support_email}") %>
|
||||
<%= t ".body_html", :webmaster => link_to(t(".support"), "mailto:#{Settings.support_email}") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue