Fix broken i18n in text welcome mailer tags area (#32571)

This commit is contained in:
Matt Jankowski 2024-10-18 03:19:37 -04:00 committed by Claire
parent d0fb7939bb
commit afc440435c
3 changed files with 7 additions and 3 deletions

View file

@ -17,5 +17,4 @@
%span.email-mini-hashtag-img-span
= image_tag full_asset_url(account.avatar.url), alt: '', width: 16, height: 16
%td
- people = hashtag.history.aggregate(2.days.ago.to_date..Time.zone.today).accounts
%p= t('user_mailer.welcome.hashtags_recent_count', people: number_with_delimiter(people), count: people)
%p= recent_tag_usage(hashtag)