Changed hostname on signup page to site title

This commit is contained in:
Emma Winston 2019-09-16 22:23:53 +01:00
parent 2a3459dfac
commit f1760c1aee
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
= simple_form_for(new_user, url: user_registration_path) do |f|
.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
= f.simple_fields_for :account do |account_fields|