mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
Update help_text for Custom Login Info to show support for HTML
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
This commit is contained in:
@@ -31,8 +31,8 @@ register(
|
|||||||
label=_('Custom Login Info'),
|
label=_('Custom Login Info'),
|
||||||
help_text=_('If needed, you can add specific information (such as a legal '
|
help_text=_('If needed, you can add specific information (such as a legal '
|
||||||
'notice or a disclaimer) to a text box in the login modal using '
|
'notice or a disclaimer) to a text box in the login modal using '
|
||||||
'this setting. Any content added must be in plain text, as '
|
'this setting. Any content added must be in plain text or an '
|
||||||
'custom HTML or other markup languages are not supported.'),
|
'HTML fragment, as other markup languages are not supported.'),
|
||||||
category=_('UI'),
|
category=_('UI'),
|
||||||
category_slug='ui',
|
category_slug='ui',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user