diff --git a/core/constants.py b/core/constants.py index 0342e59..adf0de9 100644 --- a/core/constants.py +++ b/core/constants.py @@ -54,7 +54,7 @@ SIGS = [ ref_regex=r"[A-Z]{2}\-\d{3}", ), SIG( - name="GMA Island", + name="GMA Islands", comment_names=[], description="Global Mountain Activity - Islands", ref_regex=r"(([A-Z]{2}\-\d{3})|([A-Z0-9]{1,3}\/[A-Z]{2}\-\d{3}))", diff --git a/providers/spot/gma.py b/providers/spot/gma.py index e36a334..3ebe4c5 100644 --- a/providers/spot/gma.py +++ b/providers/spot/gma.py @@ -118,8 +118,8 @@ class GMA(HTTPSpotProvider): spot.sig_refs[0].sig = "IOTA" spot.sig = "IOTA" case "GMA Island": - spot.sig_refs[0].sig = "GMA Island" - spot.sig = "GMA Island" + spot.sig_refs[0].sig = "GMA Islands" + spot.sig = "GMA Islands" case "Lighthouse (ILLW)": spot.sig_refs[0].sig = "ILLW" spot.sig = "ILLW" diff --git a/static/js/spotsbandsandmap.js b/static/js/spotsbandsandmap.js index 1509e52..968dc03 100644 --- a/static/js/spotsbandsandmap.js +++ b/static/js/spotsbandsandmap.js @@ -40,7 +40,7 @@ function setHamHFBandToggles() { // Generate SIGs filter card. This one is also a special case. function generateSIGsMultiToggleFilterCard(sig_options) { - const $grid = $('