diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 8c9a9e6256..fdf3272f99 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -178,8 +178,9 @@ class Inventory(CommonModelNameNotUnique, ResourceMixin, RelatedJobsMixin): prevent_instance_group_fallback = models.BooleanField( default=False, help_text=( - "If enabled, the job template will prevent adding any inventory or organization " - "instance groups to the list of preferred instances groups to run on." + "If enabled, the inventory will prevent adding any organization " + "instance groups to the list of preferred instances groups to run " + "associated job templates on." ), )