Browse Source

added rus locallization for max attempts and their limit

master
Edger 11 years ago
parent
commit
2ad13ed8b2
  1. 2
      app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb

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

@ -1,3 +1,3 @@
<h2><%= I18n.t("devise.two_factor_authentication.max_login_attempts_reached") %> = <%= @limit %>.</h2>
<p><%= I18n.t("devise.two_factor_authentication.contact_administrator")%></p>
<p><%= I18n.t("devise.two_factor_authentication.contact_administrator") %></p>

Loading…
Cancel
Save