From 4a5cfdc11d2b72a3034d21857d250923f9b8e209 Mon Sep 17 00:00:00 2001 From: jessicamack Date: Mon, 12 Aug 2024 14:54:17 -0400 Subject: [PATCH] Remove 'AWX' from setting endpoint (#15432) (#6646) * 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 c450d24250..85f1d736a6 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -858,7 +858,7 @@ register( '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'),