Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4578'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 15, 2024
2 parents 0f3d7ba + 0bdac25 commit d112c01
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/views/users/blocked.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<div class='header-illustration new-user-main'>
<h1><%= t "users.new.title" %></h1>
</div>
<div class='header-illustration new-user-arm'></div>
<% end %>

<div class="message">
<h1><%= t "users.new.no_auto_account_create" %></h1>
<h2><%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %></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>

0 comments on commit d112c01

Please sign in to comment.