mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Merge pull request #5247 from ryanpetrello/fix-5239
remove unnecessary hashes included in "CUSTOM_LOGO" help text
This commit is contained in:
@@ -47,7 +47,7 @@ register(
|
|||||||
default='',
|
default='',
|
||||||
label=_('Custom Logo'),
|
label=_('Custom Logo'),
|
||||||
help_text=_('To set up a custom logo, provide a file that you create. For '
|
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.'),
|
'transparent background. GIF, PNG and JPEG formats are supported.'),
|
||||||
placeholder='data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=',
|
placeholder='data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=',
|
||||||
category=_('UI'),
|
category=_('UI'),
|
||||||
|
|||||||
Reference in New Issue
Block a user