diff --git a/Workers/Jobs/Announcement/SendNotificationToSubscribers.ts b/Workers/Jobs/Announcement/SendNotificationToSubscribers.ts index a15877458a..b7f1af03cf 100644 --- a/Workers/Jobs/Announcement/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/Announcement/SendNotificationToSubscribers.ts @@ -147,7 +147,7 @@ RunCron( To view this announcement, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/Incident/SendNotificationToSubscribers.ts b/Workers/Jobs/Incident/SendNotificationToSubscribers.ts index b5f525164e..d5bba57136 100644 --- a/Workers/Jobs/Incident/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/Incident/SendNotificationToSubscribers.ts @@ -259,7 +259,7 @@ RunCron( To view this incident, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/IncidentPublicNote/SendNotificationToSubscribers.ts b/Workers/Jobs/IncidentPublicNote/SendNotificationToSubscribers.ts index 28ad1f0772..4d45d9e648 100644 --- a/Workers/Jobs/IncidentPublicNote/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/IncidentPublicNote/SendNotificationToSubscribers.ts @@ -227,7 +227,7 @@ RunCron( To view this note, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/IncidentStateTimeline/SendNotificationToSubscribers.ts b/Workers/Jobs/IncidentStateTimeline/SendNotificationToSubscribers.ts index 825e8556f8..676484b9fc 100644 --- a/Workers/Jobs/IncidentStateTimeline/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/IncidentStateTimeline/SendNotificationToSubscribers.ts @@ -237,7 +237,7 @@ RunCron( To view this incident, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/ScheduledMaintenance/SendNotificationToSubscribers.ts b/Workers/Jobs/ScheduledMaintenance/SendNotificationToSubscribers.ts index 5950821193..38b45df926 100644 --- a/Workers/Jobs/ScheduledMaintenance/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/ScheduledMaintenance/SendNotificationToSubscribers.ts @@ -211,7 +211,7 @@ RunCron( To view this event, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/ScheduledMaintenancePublicNote/SendNotificationToSubscribers.ts b/Workers/Jobs/ScheduledMaintenancePublicNote/SendNotificationToSubscribers.ts index 750ba485dc..1112bae400 100644 --- a/Workers/Jobs/ScheduledMaintenancePublicNote/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/ScheduledMaintenancePublicNote/SendNotificationToSubscribers.ts @@ -221,7 +221,7 @@ RunCron( To view this note, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, }; diff --git a/Workers/Jobs/ScheduledMaintenanceStateTimeline/SendNotificationToSubscribers.ts b/Workers/Jobs/ScheduledMaintenanceStateTimeline/SendNotificationToSubscribers.ts index f728c1baeb..714022d4dc 100644 --- a/Workers/Jobs/ScheduledMaintenanceStateTimeline/SendNotificationToSubscribers.ts +++ b/Workers/Jobs/ScheduledMaintenanceStateTimeline/SendNotificationToSubscribers.ts @@ -236,7 +236,7 @@ RunCron( To view this note, visit ${statusPageURL} - To unsubscribe from this status page, visit ${unsubscribeUrl} + To update notification preferences or unsubscribe, visit ${unsubscribeUrl} `, to: subscriber.subscriberPhone, };