iachat/app/views/devise/mailer/password_change.html.erb
gabrieljablonski ca765f5645 fix(mailer): update enterprise Devise template and fix HTML escaping in email translations
- Add i18n to enterprise confirmation_instructions.html.erb (SAML/SSO support)
- Add SSO-specific translation keys (en + pt_BR)
- Use raw output (<%==) in Devise ERB templates to prevent apostrophe HTML-encoding
2026-04-03 13:43:49 -03:00

4 lines
137 B
Plaintext

<p><%== t('mailer.devise.password_change.greeting', name: @resource.name) %></p>
<p><%== t('mailer.devise.password_change.body') %></p>