mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Update capitalization to match PF guidelines
This commit is contained in:
parent
2409bc5ee3
commit
98e44de7a1
@ -78,19 +78,19 @@ function WorkflowJobTemplatesList({
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Organization (Name)`),
|
||||
name: i18n._(t`Organization (name)`),
|
||||
key: 'organization__name',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Inventory (Name)`),
|
||||
name: i18n._(t`Inventory (name)`),
|
||||
key: 'inventory__name',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Created By (Username)`),
|
||||
name: i18n._(t`Created by (username)`),
|
||||
key: 'created_by__username',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Modified By (Username)`),
|
||||
name: i18n._(t`Modified by (username)`),
|
||||
key: 'modified_by__username',
|
||||
},
|
||||
]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user