diff --git a/src/gatsby/src/components/advisories/advisoryLegend.js b/src/gatsby/src/components/advisories/advisoryLegend.js
index fb4326b4e..ba000bd2f 100644
--- a/src/gatsby/src/components/advisories/advisoryLegend.js
+++ b/src/gatsby/src/components/advisories/advisoryLegend.js
@@ -33,7 +33,7 @@ const AdvisoryLegend = () => {
diff --git a/src/gatsby/src/components/advisories/advisoryList.js b/src/gatsby/src/components/advisories/advisoryList.js
index 9e1855105..f826a759c 100644
--- a/src/gatsby/src/components/advisories/advisoryList.js
+++ b/src/gatsby/src/components/advisories/advisoryList.js
@@ -52,7 +52,7 @@ const AdvisoryList = ({ advisories, parkInfoHash }) => {
break;
case "yellow":
capColor = "Yellow";
- level = "Moderate";
+ level = "Medium";
break;
case "blue":
capColor = "Blue";
@@ -64,14 +64,12 @@ const AdvisoryList = ({ advisories, parkInfoHash }) => {
break;
}
- // alertMsg to use for aria-label on date circle, for screen readers
+ // alertMsg to use for aria-label on urgency level icon, for screen readers
if (capColor === "Grey") {
advisory.alertMsg = "Grey Advisory - Informational Advisory"
} else {
- advisory.alertMsg = capColor + " Advisory - " + level + " Urgency"; // eg Red alert - high urgency
+ advisory.alertMsg = level + " urgency"; // eg High urgency
}
-
-
}
const processAdvisories = (a) => {
diff --git a/src/gatsby/src/components/park/advisoryDetails.js b/src/gatsby/src/components/park/advisoryDetails.js
index 12d3f3d07..4a8b71259 100644
--- a/src/gatsby/src/components/park/advisoryDetails.js
+++ b/src/gatsby/src/components/park/advisoryDetails.js
@@ -139,7 +139,7 @@ export default function AdvisoryDetails({ advisories, parkType, parkAccessStatus
{advisory.title}