Browse Source

Update content

pull/274/head
baarkerlounger 3 years ago
parent
commit
2ece8a45d0
  1. 1
      app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb
  2. 3
      config/locales/en.yml

1
app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb

@ -6,6 +6,7 @@
<%= content_for(:title) %> <%= content_for(:title) %>
</h1> </h1>
<p><%= I18n.t("devise.two_factor_authentication.account_locked") %></p>
<p><%= I18n.t("devise.two_factor_authentication.contact_administrator") %></p> <p><%= I18n.t("devise.two_factor_authentication.contact_administrator") %></p>
</div> </div>
</div> </div>

3
config/locales/en.yml

@ -126,7 +126,8 @@ en:
two_factor_authentication: two_factor_authentication:
success: "Two factor authentication successful." success: "Two factor authentication successful."
attempt_failed: "Attempt failed." attempt_failed: "Attempt failed."
max_login_attempts_reached: "Too many incorrect attempts, your account has been locked" max_login_attempts_reached: "Too many incorrect login attempts"
account_locked: "Your account has been locked for security reasons."
contact_administrator: "Contact another helpdesk administrator." contact_administrator: "Contact another helpdesk administrator."
code_has_been_sent: "Your security code has been sent." code_has_been_sent: "Your security code has been sent."
code_required: "Security code is required" code_required: "Security code is required"

Loading…
Cancel
Save