Merge pull request #311 from jangsutsr/7484_update_ctint_help_to_remove_newline_escape

Update Tower Configuration help text to remove \n escape
This commit is contained in:
Aaron Tan 2017-08-21 16:29:00 -04:00 committed by GitHub
commit f14a47caa0

View File

@ -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',