Commit d86dd3741a2e9b7200fbf7ce9adaa3c8b7b36349

Authored by Fernando Brito
1 parent 19a9c7c8
Exists in master and in 2 other branches v2, wikilibras

Devise buttons translation

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/devise/shared/_links.html.haml
1 1 - if controller_name != 'sessions'
2   - = link_to "Sign in", new_session_path(resource_name)
  2 + = link_to "Entrar", new_session_path(resource_name)
3 3 %br/
4 4 - if devise_mapping.registerable? && controller_name != 'registrations'
5   - = link_to "Sign up", new_registration_path(resource_name)
  5 + = link_to "Cadastrar", new_registration_path(resource_name)
6 6 %br/
7 7 - if devise_mapping.recoverable? && controller_name != 'passwords'
8   - = link_to "Forgot your password?", new_password_path(resource_name)
  8 + = link_to "Esqueceu sua senha?", new_password_path(resource_name)
9 9 %br/
10 10 - if devise_mapping.confirmable? && controller_name != 'confirmations'
11 11 = link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name)
... ...