Merge pull request #4050 from Spredzy/capitalize

User: Ensure First Name is not capitalized

Reviewed-by: Ryan Petrello
             https://github.com/ryanpetrello
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-06-12 13:23:21 +00:00 committed by GitHub
commit c7b38bc9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ export default ['i18n', function(i18n) {
type: 'text',
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
required: false,
capitalize: true
},
last_name: {
label: i18n._('Last Name'),