mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
fix wording in settings for license & automation analytics creds
This commit is contained in:
@@ -131,8 +131,8 @@ register(
|
|||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
encrypted=False,
|
encrypted=False,
|
||||||
read_only=False,
|
read_only=False,
|
||||||
label=_('Your Red hat customer username'),
|
label=_('Red Hat customer username'),
|
||||||
help_text=_('Enter your Red Hat customer password to get a Tower License'), # noqa
|
help_text=_('This username is used to retrieve license information and to send Automation Analytics'), # noqa
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
@@ -144,8 +144,8 @@ register(
|
|||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
encrypted=True,
|
encrypted=True,
|
||||||
read_only=False,
|
read_only=False,
|
||||||
label=_('Your Red Hat customer password'),
|
label=_('Red Hat customer password'),
|
||||||
help_text=_('Enter your Red Hat customer password to get a Tower License'), # noqa
|
help_text=_('This password is used to retrieve license information and to send Automation Analytics'), # noqa
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
@@ -157,7 +157,7 @@ register(
|
|||||||
schemes=('http', 'https'),
|
schemes=('http', 'https'),
|
||||||
allow_plain_hostname=True, # Allow hostname only without TLD.
|
allow_plain_hostname=True, # Allow hostname only without TLD.
|
||||||
label=_('Automation Analytics upload URL.'),
|
label=_('Automation Analytics upload URL.'),
|
||||||
help_text=_('This setting is used to to configure data collection for the Automation Analytics dashboard.'),
|
help_text=_('This setting is used to to configure data collection for the Automation Analytics dashboard'),
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user