+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
- <h1><%= t 'user.new.title' %></h1>
- <div class='header-illustration new-user-main'></div>
- <div class='header-illustration new-user-arm'></div>
+ <div class='header-illustration new-user-main'>
+ <h1><%= t "users.new.title" %></h1>
+ </div>
<% end %>
-<div class="message">
- <h1><%= t 'user.new.no_auto_account_create' %></h1>
- <h2><%= raw t 'user.new.contact_webmaster', :webmaster => "mailto:#{SUPPORT_EMAIL}" %></h2>
+<div class="mx-auto my-0">
+ <p><strong><%= t "users.new.no_auto_account_create" %></strong></p>
+ <p><%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %></p>
</div>