From d019bd554d431dc0df5e01b023165ea62df8ceee Mon Sep 17 00:00:00 2001
From: Lily Yan <l26yan@uwaterloo.ca>
Date: Wed, 29 Nov 2023 09:08:07 -0500
Subject: [PATCH] ISTWCMS-6675 Add aria-label for google tag manager

---
 templates/page/html.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page/html.html.twig b/templates/page/html.html.twig
index 9d3f4d9a..5dbcb437 100644
--- a/templates/page/html.html.twig
+++ b/templates/page/html.html.twig
@@ -54,7 +54,7 @@
 {% if not uw_admin_page %}
   <!-- Google Tag Manager (noscript) -->
   <noscript>
-    <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M9XLVF" height="0" width="0" style="display:none;visibility:hidden"></iframe>
+    <iframe aria-label="Google Tag Manager" src="https://www.googletagmanager.com/ns.html?id=GTM-M9XLVF" height="0" width="0" style="display:none;visibility:hidden"></iframe>
   </noscript>
   <!-- End Google Tag Manager (noscript) -->
 {% endif %}
-- 
GitLab