Skip to content

Commit

Permalink
fix: Remove HTML escape for custom state in Email subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Mar 18, 2024
1 parent b18a5f2 commit 4f55fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def event_has_roles?
true
end

def default_i18n_options
def i18n_options
super.merge({ state: state })
end

Expand Down

0 comments on commit 4f55fc7

Please sign in to comment.