From 1fa0a6ab71af6d72535104abb2b2a499159bccfb Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Mon, 14 Dec 2020 14:05:07 -0500
Subject: [PATCH] ISTWCMS-4492 Update the 'Media' link to read 'News'

---
 source/_patterns/03-layouts/footer/footer.yml                 | 2 +-
 source/_patterns/03-layouts/site-container/site-container.yml | 2 +-
 .../04-components/menu/menu--footer/menu--footer.yml          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/_patterns/03-layouts/footer/footer.yml b/source/_patterns/03-layouts/footer/footer.yml
index fca30173..15438dd4 100644
--- a/source/_patterns/03-layouts/footer/footer.yml
+++ b/source/_patterns/03-layouts/footer/footer.yml
@@ -41,7 +41,7 @@ footer_menu:
         attributes:
           class: ''
     in_active_trail: false
-  - title: 'Media'
+  - title: 'News'
     url: 'https://uwaterloo.ca/news/'
     original_link:
       options:
diff --git a/source/_patterns/03-layouts/site-container/site-container.yml b/source/_patterns/03-layouts/site-container/site-container.yml
index 00745166..c2435311 100644
--- a/source/_patterns/03-layouts/site-container/site-container.yml
+++ b/source/_patterns/03-layouts/site-container/site-container.yml
@@ -82,7 +82,7 @@ footer_items:
         attributes:
           class: ''
     in_active_trail: false
-  - title: 'Media'
+  - title: 'News'
     url: 'https://uwaterloo.ca/news/'
     original_link:
       options:
diff --git a/source/_patterns/04-components/menu/menu--footer/menu--footer.yml b/source/_patterns/04-components/menu/menu--footer/menu--footer.yml
index 7d4246cf..c5966646 100644
--- a/source/_patterns/04-components/menu/menu--footer/menu--footer.yml
+++ b/source/_patterns/04-components/menu/menu--footer/menu--footer.yml
@@ -43,7 +43,7 @@ items:
         attributes:
           class: ''
     in_active_trail: false
-  - title: 'Media'
+  - title: 'News'
     url: 'https://uwaterloo.ca/news/'
     original_link:
       options:
@@ -63,4 +63,4 @@ items:
       options:
         attributes:
           class: ''
-    in_active_trail: false
\ No newline at end of file
+    in_active_trail: false
-- 
GitLab