From 91cbdb565d1640213c1870abb166b80dd4b53773 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 30 Sep 2014 11:43:06 -0700 Subject: [PATCH] remove "required information" header on custom fields --- .../javascripts/discourse/templates/modal/create-account.hbs | 2 -- config/locales/client.en.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/modal/create-account.hbs b/app/assets/javascripts/discourse/templates/modal/create-account.hbs index 05bb8a412..77a462564 100644 --- a/app/assets/javascripts/discourse/templates/modal/create-account.hbs +++ b/app/assets/javascripts/discourse/templates/modal/create-account.hbs @@ -73,8 +73,6 @@ {{#if userFields}}
-

{{i18n create_account.required_information}}

- {{#each userFields}} {{user-field field=field value=value}} {{/each}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index f37374ae0..5c13fd7f6 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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"