diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-09 09:34:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-09 09:34:24 +0000 |
commit | c2c526c822e29484ba404b9ce3ffe2accfc40b25 (patch) | |
tree | a23145f9cefa73bb719098619f7647f2e927210b /config/locales/en.yml | |
parent | 0c90a19eb22b81da4cd32ea6da263b220a2dfbd0 (diff) | |
download | redmine-c2c526c822e29484ba404b9ce3ffe2accfc40b25.tar.gz redmine-c2c526c822e29484ba404b9ce3ffe2accfc40b25.zip |
Introduce setting to hide optional user custom fields on registration form (#24089).
Patch by Jan Schulz-Hofen.
git-svn-id: http://svn.redmine.org/redmine/trunk@16537 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 58dad5646..a8eca2dfe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -382,6 +382,7 @@ en: setting_default_language: Default language setting_login_required: Authentication required setting_self_registration: Self-registration + setting_show_custom_fields_on_registration: Show custom fields on registration setting_attachment_max_size: Maximum attachment size setting_issues_export_limit: Issues export limit setting_mail_from: Emission email address |