Fix incorrect I18n string in webauthn mailers (#38062)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%= t 'devise.mailer.two_factor_enabled.title' %>
|
||||
<%= t 'devise.mailer.webauthn_credential.added.title' %>
|
||||
|
||||
===
|
||||
|
||||
<%= t 'devise.mailer.two_factor_enabled.explanation' %>
|
||||
<%= t 'devise.mailer.webauthn_credential.added.explanation' %>
|
||||
|
||||
=> <%= edit_user_registration_url %>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<%= t 'devise.mailer.webauthn_credential.added.title' %>
|
||||
<%= t 'devise.mailer.webauthn_enabled.title' %>
|
||||
|
||||
===
|
||||
|
||||
<%= t 'devise.mailer.webauthn_credential.added.explanation' %>
|
||||
<%= t 'devise.mailer.webauthn_enabled.explanation' %>
|
||||
|
||||
=> <%= edit_user_registration_url %>
|
||||
|
||||
Reference in New Issue
Block a user