From 499872f0aafb75fcfdc645d758c20ee734c1775e Mon Sep 17 00:00:00 2001 From: William Durand Date: Tue, 10 Aug 2021 15:27:05 +0200 Subject: [PATCH] Update report a bug URL in DevHub (#17684) --- src/olympia/templates/copyright.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/olympia/templates/copyright.html b/src/olympia/templates/copyright.html index d276b25f97..25aeb2c7bd 100644 --- a/src/olympia/templates/copyright.html +++ b/src/olympia/templates/copyright.html @@ -15,7 +15,7 @@  | {{ _('View the new site') }} {% endif %}  | {{ _('Site Status')}} -  | {{ _('Report a bug')}} +  | {{ _('Report a bug')}} {% endblock %} {% endblock %}