From d243b587f4a859bac40a7d08a1f6bc12790e0d44 Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Mon, 21 Aug 2017 10:27:42 -0400 Subject: [PATCH] Update Tower Configuration help text to remove \n escape. --- awx/ui/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/awx/ui/conf.py b/awx/ui/conf.py index 00f1e043d8..8a8677cdf1 100644 --- a/awx/ui/conf.py +++ b/awx/ui/conf.py @@ -32,9 +32,7 @@ register( 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. If ' - 'multiple paragraphs of text are needed, new lines (paragraphs) ' - 'must be escaped as `\\n` within the block of text.'), + 'custom HTML or other markup languages are not supported.'), category=_('UI'), category_slug='ui', feature_required='rebranding',