summaryrefslogtreecommitdiff
path: root/views/emails/unattendEvent/unattendEventHtml.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-04-21 22:44:22 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 15:55:56 +0100
commitde518b4d2510980750d9c54eda3b0e0fe8d73ecd (patch)
tree69c3fa5464d6f2657bef909c4f9bd057fee3dedb /views/emails/unattendEvent/unattendEventHtml.handlebars
parent6f0721686aea7647554ad0f3ee4f6099bff4ef58 (diff)
feat: unattend events from RSVP email
Diffstat (limited to 'views/emails/unattendEvent/unattendEventHtml.handlebars')
-rw-r--r--views/emails/unattendEvent/unattendEventHtml.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/emails/unattendEvent/unattendEventHtml.handlebars b/views/emails/unattendEvent/unattendEventHtml.handlebars
index 62dac8a..bc20d27 100644
--- a/views/emails/unattendEvent/unattendEventHtml.handlebars
+++ b/views/emails/unattendEvent/unattendEventHtml.handlebars
@@ -1,5 +1,5 @@
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">You just removed yourself from an event on {{siteName}}. You will no longer receive update emails for this event.</p>
-<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">If you didn't mean to do this, someone else who knows your email removed you from the event.</p>
+<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">If you didn't mean to do this, an admin may have removed you from the event.</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Follow this link to open the event page any time: <a href="https://{{domain}}/{{eventID}}">https://{{domain}}/{{eventID}}</a></p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Love,</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">{{siteName}}</p>