Fix broken i18n in text welcome mailer tags area (#32571)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<%= t('user_mailer.welcome.hashtags_subtitle') %>
|
||||
|
||||
<%- @tags.each do |tag| %>
|
||||
* #<%= tag.display_name %> · <%= t('user_mailer.welcome.hashtags_recent_count', people: number_with_delimiter(tag.history.aggregate(2.days.ago.to_date..Time.zone.today).accounts)) %>
|
||||
* #<%= tag.display_name %> · <%= recent_tag_usage(tag) %>
|
||||
<%= tag_url(tag) %>
|
||||
<%- end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user