diff --git a/modules/system.py b/modules/system.py index caf17ec..191a7c5 100644 --- a/modules/system.py +++ b/modules/system.py @@ -753,7 +753,7 @@ def handleAlertBroadcast(deviceID=1): # format alert if alertWx: - wxAlert = f"🚨 {alertWx[1]} EAS WX ALERT: {alertWx[0]}" + wxAlert = f"🚨 {alertWx[1]} EAS-WX ALERT: {alertWx[0]}" else: wxAlert = False