mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Update tool tip for RH username & password settings
This commit is contained in:
@@ -111,7 +111,7 @@ register(
|
|||||||
encrypted=False,
|
encrypted=False,
|
||||||
read_only=False,
|
read_only=False,
|
||||||
label=_('Red Hat customer username'),
|
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=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
@@ -124,7 +124,7 @@ register(
|
|||||||
encrypted=True,
|
encrypted=True,
|
||||||
read_only=False,
|
read_only=False,
|
||||||
label=_('Red Hat customer password'),
|
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=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user