-
Logi sisse isikut tõendava dokumendiga
+
<%= t('.sign_in_with_identity_document') %>
- Sisene kasutades Eesti (sh e-residendi) ID kaarti, Mobiil-IDd, pangalinki või EU liikmeriikide elektroonset isikutunnistust (EIDAS)
+ <%= t('.identity_document_text')%>
-
Logi sisse salasõnaga
+
<%= t('.sign_in_with_password') %>
<%= form_for(resource, as: resource_name, url: session_path(resource_name), html: { class: 'c-login__form' }) do |f| %>
<%= f.label :email, t('users.email') %>
@@ -33,7 +33,7 @@
<% if devise_mapping.rememberable? -%>
- Mäleta mind
+ <%= t('users.remember_me') %>
<%= f.check_box :remember_me, class: 'o-checkbox-sample' %>
@@ -41,11 +41,11 @@
<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
- <%= link_to t('.forgot_your_password'), new_password_path(resource_name), class: 'c-login__remind-link' %>
+ <%= link_to t('devise.shared.links.forgot_your_password'), new_password_path(resource_name), class: 'c-login__remind-link' %>
<% end -%>
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
- <%= link_to t('.didnt_receive_confirmation_instructions'), new_confirmation_path(resource_name), class: 'c-login__remind-link' %>
+ <%= link_to t('devise.shared.links.didnt_receive_confirmation_instructions'), new_confirmation_path(resource_name), class: 'c-login__remind-link' %>
<% end -%>
<% end %>