From 1ef77abdc3e306ee43902053c0f379c6aab0a852 Mon Sep 17 00:00:00 2001 From: jessicamack Date: Fri, 9 Aug 2024 11:44:40 -0400 Subject: [PATCH] Remove 'AWX' from setting endpoint (#15432) * Remove AWX from display text Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index c450d2425055..85f1d736a644 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -858,7 +858,7 @@ 'SUBSCRIPTION_USAGE_MODEL', field_class=fields.ChoiceField, choices=[ - ('', _('Default model for AWX - no subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')), + ('', _('No subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')), ( SUBSCRIPTION_USAGE_MODEL_UNIQUE_HOSTS, _('Usage based on unique managed nodes in a large historical time frame and delete functionality for no longer used managed nodes'),