mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove "required information" header on custom fields
This commit is contained in:
parent
d7a8d053f5
commit
91cbdb565d
@ -73,8 +73,6 @@
|
|||||||
|
|
||||||
{{#if userFields}}
|
{{#if userFields}}
|
||||||
<div class='user-fields'>
|
<div class='user-fields'>
|
||||||
<h3>{{i18n create_account.required_information}}</h3>
|
|
||||||
|
|
||||||
{{#each userFields}}
|
{{#each userFields}}
|
||||||
{{user-field field=field value=value}}
|
{{user-field field=field value=value}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
@ -579,7 +579,6 @@ en:
|
|||||||
create_account:
|
create_account:
|
||||||
title: "Create New Account"
|
title: "Create New Account"
|
||||||
failed: "Something went wrong, perhaps this email is already registered, try the forgot password link"
|
failed: "Something went wrong, perhaps this email is already registered, try the forgot password link"
|
||||||
required_information: "Required Information"
|
|
||||||
|
|
||||||
forgot_password:
|
forgot_password:
|
||||||
title: "Forgot Password"
|
title: "Forgot Password"
|
||||||
|
Loading…
Reference in New Issue
Block a user