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'),