Fix system job list item key

This commit is contained in:
Jake McDermott
2021-02-23 10:59:29 -05:00
parent a0beb9e445
commit 5d51a4e781

View File

@@ -32,7 +32,7 @@ function JobListItem({
inventory_update: i18n._(t`Inventory Sync`),
job: i18n._(t`Playbook Run`),
ad_hoc_command: i18n._(t`Command`),
management_job: i18n._(t`Management Job`),
system_job: i18n._(t`Management Job`),
workflow_job: i18n._(t`Workflow Job`),
};