From 9da5cc9c23c6db5672ef1775356af8181772754d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 12 Apr 2019 16:09:30 -0400 Subject: [PATCH] Update wording. --- awx/ui/client/src/license/license.partial.html | 15 ++++----------- awx/ui/conf.py | 4 ++-- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/awx/ui/client/src/license/license.partial.html b/awx/ui/client/src/license/license.partial.html index 86be0f9284..96b44b6bb9 100644 --- a/awx/ui/client/src/license/license.partial.html +++ b/awx/ui/client/src/license/license.partial.html @@ -127,26 +127,19 @@
- By default, Tower collects and transmits analytics data on Tower usage to Red Hat. You can uncheck these boxes to disable sending data to these services: + + By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see this Tower documentation page. Uncheck the following boxes to disable this feature.
- Pendo + User analytics: This data is used to enhance future releases of the Tower Software and help streamline customer experience and success.
- Insights + Automation analytics: This data is used to enhance future releases of the Tower Software and to provide Automation Insights to Tower subscribers.
- - For more information about track and analytics, see - - this Tower documentation page - . - -
diff --git a/awx/ui/conf.py b/awx/ui/conf.py index 6ef25b539c..c8f6d3491b 100644 --- a/awx/ui/conf.py +++ b/awx/ui/conf.py @@ -17,8 +17,8 @@ register( ('anonymous', _('Anonymous')), ('detailed', _('Detailed')), ], - label=_('Pendo Analytics Tracking State'), - help_text=_('Enable or Disable Pendo Analytics Tracking.'), + label=_('User Analytics Tracking State'), + help_text=_('Enable or Disable User Analytics Tracking.'), category=_('UI'), category_slug='ui', )