From a85268f74a4b20726ce95503b9b0c6239df148d9 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Fri, 9 Sep 2022 12:18:31 -0400 Subject: [PATCH] Fixing inventoy help text --- awx/main/models/inventory.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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." ), )