remove unnecessary hashes included in "CUSTOM_LOGO" help text

see: #5239
This commit is contained in:
Ryan Petrello 2017-02-08 13:45:01 -05:00
parent 2c1145570b
commit 34492d677d

View File

@ -47,7 +47,7 @@ register(
default='',
label=_('Custom Logo'),
help_text=_('To set up a custom logo, provide a file that you create. For '
'the custom logo to look its best, use a `.png` file with a '
'the custom logo to look its best, use a .png file with a '
'transparent background. GIF, PNG and JPEG formats are supported.'),
placeholder='data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=',
category=_('UI'),