Files
MatchLiveTv/backend/app/views/user_mailer/password_reset.text.erb
T
eminuxandCursor b88f44ab1c Completa i18n IT/EN/FR/DE/ES su sito pubblico, area autenticata e admin.
Tutte le view marketing, legali, viewer, dashboard e admin usano t(); mailer utente-facing e flash localizzati; admin con LocaleResolver e selettore lingua.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 00:38:50 +02:00

11 lines
318 B
ERB

<%= t("mailers.password_reset.hello", name: @user.name) %>
<%= t("mailers.password_reset.intro") %>
<%= t("mailers.password_reset.link_text", hours: @expiry_hours) %>
<%= @reset_url %>
<%= t("mailers.password_reset.ignore") %>
<%= t("mailers.password_reset.footer", email: MatchLiveTv.privacy_controller_email) %>