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