mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #2062 from RR2DO2/patch-1
Don't capitalise last name
This commit is contained in:
commit
2fa216c98f
@ -36,8 +36,7 @@ export default ['i18n', function(i18n) {
|
||||
label: i18n._('Last Name'),
|
||||
type: 'text',
|
||||
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||
required: true,
|
||||
capitalize: true
|
||||
required: true
|
||||
},
|
||||
organization: {
|
||||
label: i18n._('Organization'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user