- 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
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
<p><%== t('mailer.devise.password_change.greeting', name: @resource.name) %></p>
|
|
|
|
<p><%== t('mailer.devise.password_change.body') %></p>
|