refinery / refinerycms-authentication-devise

Devise based authentication extension for Refinery CMS
MIT License
17 stars 61 forks source link

Fix missing translations in 2 locales. #15

Closed johanb closed 8 years ago

johanb commented 8 years ago

Fixed a missing translation in EN & NL caused by this line:

https://github.com/refinery/refinerycms-authentication-devise/blob/master/app/views/refinery/authentication/devise/admin/users/_form.html.erb#L82

Wasn't sure if a mistake was made in choosing the I18n key but couldn't find a suitable translation elsewhere in the en.yml file, which I assumed was the base file.

bricesanchez commented 8 years ago

Thanks !