Minor translation fix

This commit is contained in:
Andrew Radev 2015-04-29 11:52:34 +02:00
parent 13769943c3
commit c9179922d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- content_for(:title) { ":: #{t :registration}" } - content_for(:title) { ":: #{t 'registrations.sign_up'}" }
h2.entry-title = t :registration h2.entry-title = t 'registrations.sign_up'
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| = simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
= f.error_notification = f.error_notification