Changed hostname on signup page to site title
This commit is contained in:
parent
2a3459dfac
commit
f1760c1aee
@ -1,6 +1,6 @@
|
|||||||
= simple_form_for(new_user, url: user_registration_path) do |f|
|
= simple_form_for(new_user, url: user_registration_path) do |f|
|
||||||
.simple_form__overlay-area
|
.simple_form__overlay-area
|
||||||
%p.lead= t('about.federation_hint_html', instance: content_tag(:strong, site_hostname))
|
%p.lead= t('about.federation_hint_html', instance: content_tag(:strong, site_title))
|
||||||
|
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.simple_fields_for :account do |account_fields|
|
= f.simple_fields_for :account do |account_fields|
|
||||||
|
Loading…
Reference in New Issue
Block a user