Update Tower Configuration help text to remove \n escape.

This commit is contained in:
Aaron Tan
2017-08-21 10:27:42 -04:00
parent 708efbd165
commit d243b587f4

View File

@@ -32,9 +32,7 @@ register(
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, as '
'custom HTML or other markup languages are not supported. If ' 'custom HTML or other markup languages are not supported.'),
'multiple paragraphs of text are needed, new lines (paragraphs) '
'must be escaped as `\\n` within the block of text.'),
category=_('UI'), category=_('UI'),
category_slug='ui', category_slug='ui',
feature_required='rebranding', feature_required='rebranding',