From 734f9d077ff3f99934aca1c0da5340b96bfdfc5f Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Wed, 2 Dec 2020 11:22:30 -0500
Subject: [PATCH] ISTWCMS-4471: Rename AHS to "Faculty of Health"

---
 uw_fdsu_theme_resp.theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index f23ecd06..40bafab7 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -109,10 +109,10 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
     '#description'   => t("Select a color scheme to use"),
     '#options' => [
       'org-default' => t('Default (yellow/red)'),
-      'org-ahs' => t('Applied Health Sciences (teal)'),
       'org-art' => t('Arts (orange)'),
       'org-eng' => t('Engineering (purple)'),
       'org-env' => t('Environment (green)'),
+      'org-ahs' => t('Health (teal)'),
       'org-mat' => t('Mathematics (pink)'),
       'org-sci' => t('Science (blue)'),
       'org-school' => t('School (red)'),
-- 
GitLab