mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
Update unsubscribe message in notification templates
This commit is contained in:
parent
dcc25fa0c4
commit
1887f1d238
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user