config/locales/auth.pt-BR.yml in mix-auth-0.2.1 vs config/locales/auth.pt-BR.yml in mix-auth-0.3.0
- old
+ new
@@ -5,6 +5,13 @@
helpers:
label:
user:
email: 'E-mail'
password: 'Senha'
- remember_me: 'Lembrar de mim da proxima vez.'
+ remember_me: 'Lembrar de mim da proxima vez.'
+
+ activerecord:
+ attributes:
+ user:
+ email: 'E-mail'
+ password: 'Senha'
+ password_confirmation: 'Senha'
\ No newline at end of file