From 34492d677d41617ed1236e5bf429a69c693a7357 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 8 Feb 2017 13:45:01 -0500 Subject: [PATCH] remove unnecessary hashes included in "CUSTOM_LOGO" help text see: #5239 --- awx/ui/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/conf.py b/awx/ui/conf.py index a8f8a42766..00f1e043d8 100644 --- a/awx/ui/conf.py +++ b/awx/ui/conf.py @@ -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'),