diff --git a/app/views/devise/shared/_links.html.haml b/app/views/devise/shared/_links.html.haml
index 35d07ec..58695fc 100644
--- a/app/views/devise/shared/_links.html.haml
+++ b/app/views/devise/shared/_links.html.haml
@@ -1,11 +1,11 @@
- if controller_name != 'sessions'
- = link_to "Sign in", new_session_path(resource_name)
+ = link_to "Entrar", new_session_path(resource_name)
%br/
- if devise_mapping.registerable? && controller_name != 'registrations'
- = link_to "Sign up", new_registration_path(resource_name)
+ = link_to "Cadastrar", new_registration_path(resource_name)
%br/
- if devise_mapping.recoverable? && controller_name != 'passwords'
- = link_to "Forgot your password?", new_password_path(resource_name)
+ = link_to "Esqueceu sua senha?", new_password_path(resource_name)
%br/
- if devise_mapping.confirmable? && controller_name != 'confirmations'
= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name)
--
libgit2 0.21.2