Fix user_mailer.welcome.hashtags_recent_count
not having plural form (#29607)
This commit is contained in:
parent
726e7ad024
commit
82c2af0356
3 changed files with 5 additions and 3 deletions
|
@ -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), days: 2) %>
|
||||
* #<%= 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_url(tag) %>
|
||||
<%- end %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue