mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Update capitalization to match PF guidelines
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user