Minor translation fix
This commit is contained in:
parent
13769943c3
commit
c9179922d7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue