From a4e76db672491b7b38f8ea8beb6c3d9cb6938c07 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Thu, 29 Oct 2020 12:06:40 -0400 Subject: [PATCH] Update tool tip for RH username & password settings --- awx/main/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index 8be9e75e7f..6bf86db214 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -111,7 +111,7 @@ register( encrypted=False, read_only=False, label=_('Red Hat customer username'), - help_text=_('This username is used to retrieve license information and to send Automation Analytics'), # noqa + help_text=_('This username is used to send data to Automation Analytics'), category=_('System'), category_slug='system', ) @@ -124,7 +124,7 @@ register( encrypted=True, read_only=False, label=_('Red Hat customer password'), - help_text=_('This password is used to retrieve license information and to send Automation Analytics'), # noqa + help_text=_('This password is used to send data to Automation Analytics'), category=_('System'), category_slug='system', )