Fix key for adhoc command display type

This commit is contained in:
Jake McDermott 2020-12-14 11:17:58 -05:00
parent de0967a587
commit 7f89eb324a
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -39,7 +39,7 @@ function JobListItem({
project_update: i18n._(t`Source Control Update`),
inventory_update: i18n._(t`Inventory Sync`),
job: i18n._(t`Playbook Run`),
command: i18n._(t`Command`),
ad_hoc_command: i18n._(t`Command`),
management_job: i18n._(t`Management Job`),
workflow_job: i18n._(t`Workflow Job`),
};