diff --git a/awx/api/serializers.py b/awx/api/serializers.py index b34a38617f..4f7220e7d5 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -227,7 +227,7 @@ class BaseSerializer(serializers.ModelSerializer): def get_type_choices(self): type_name_map = { 'job': 'Playbook Run', - 'ad_hoc_command': 'Ad Hoc Command', + 'ad_hoc_command': 'Command', 'project_update': 'SCM Update', 'inventory_update': 'Inventory Sync', 'system_job': 'Management Job',