Skip to content

Commit

Permalink
fix unlock email body rendering (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov authored Jan 27, 2025
1 parent 5eced91 commit 894e5b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><% t('.hello', email: @resource.email) %></p>
<p><%= t('.hello', email: @resource.email) %></p>

<p><%= t('.account_blocked') %></p>

Expand Down

0 comments on commit 894e5b3

Please sign in to comment.