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