From 1ec2bd7ed20c5c5a5a8bffe69f04de5c0ee7ed24 Mon Sep 17 00:00:00 2001 From: Philip Douglass Date: Fri, 10 Jul 2020 10:11:02 -0400 Subject: [PATCH] Update help_text for Custom Login Info to show support for HTML Signed-off-by: Philip Douglass --- awx/ui/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/conf.py b/awx/ui/conf.py index c8f6d3491b..335ca0d386 100644 --- a/awx/ui/conf.py +++ b/awx/ui/conf.py @@ -31,8 +31,8 @@ register( label=_('Custom Login Info'), 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 ' - 'this setting. Any content added must be in plain text, as ' - 'custom HTML or other markup languages are not supported.'), + 'this setting. Any content added must be in plain text or an ' + 'HTML fragment, as other markup languages are not supported.'), category=_('UI'), category_slug='ui', )