diff --git a/steering/settings.py b/steering/settings.py
index 86b702c6905fb1b1325bde6a8a375654a796bd63..15b197bf625b4a4f5c197ca79c552fb96c71b05f 100644
--- a/steering/settings.py
+++ b/steering/settings.py
@@ -164,7 +164,7 @@ OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims"
 # - Superusers and members of these group are privileged
 PRIVILEGED_GROUP = "Program"
 # - Members of these groups are entitled
-ENTITLED_GROUPS = ["Broadcast", "Broadcast+"]  # this needs to be a list
+ENTITLED_GROUPS = ["Broadcast", "BroadcastPlus"]  # this needs to be a list
 
 # The API will filter the active shows using one of these filters
 # One of these should to be True.