Fixing inventoy help text

This commit is contained in:
John Westcott IV 2022-09-09 12:18:31 -04:00
parent 0983bd8dc0
commit a85268f74a

View File

@ -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."
),
)