From 5d51a4e781f4842400b40556a4eec636d5b4a081 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 23 Feb 2021 10:59:29 -0500 Subject: [PATCH] Fix system job list item key --- awx/ui_next/src/components/JobList/JobListItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/JobList/JobListItem.jsx b/awx/ui_next/src/components/JobList/JobListItem.jsx index bd10bf6467..50f31400e5 100644 --- a/awx/ui_next/src/components/JobList/JobListItem.jsx +++ b/awx/ui_next/src/components/JobList/JobListItem.jsx @@ -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`), };