1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

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