From 01055447e755755d0a773c2fc110d4a7718d59dd Mon Sep 17 00:00:00 2001
From: Nat Budin
Date: Wed, 31 Dec 2025 11:02:36 -0800
Subject: [PATCH] update default content set with Dave's clarified wording for
withdrawing
---
.../signups/user_signup_moved.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cms_content_sets/base/notification_templates/signups/user_signup_moved.liquid b/cms_content_sets/base/notification_templates/signups/user_signup_moved.liquid
index 64bdb01c2a3..6f7c3c516d4 100644
--- a/cms_content_sets/base/notification_templates/signups/user_signup_moved.liquid
+++ b/cms_content_sets/base/notification_templates/signups/user_signup_moved.liquid
@@ -20,7 +20,7 @@ body_text: |-
GMs: {{ signup.run.event.team_member_user_con_profiles | map: "name_without_nickname" | join: ", " }}
Email: {{ signup.run.event.email }}
- If you can't make it after all, please withdraw so that others can have a chance to get in. You can withdraw via the event page: {{ signup.run.event.url | absolute_url }}
+ If you can't make it after all, please withdraw so that others can have a chance to get in. You can do so via the event page: {{ signup.run.event.url | absolute_url }}
{%- endif %}
body_sms: |-
{%- assign run = signup.run -%}
@@ -35,7 +35,7 @@ body_sms: |-
GMs: {{ signup.run.event.team_member_user_con_profiles | map: "name_without_nickname" | join: ", " }}
Email: {{ signup.run.event.email }}
- If you can't make it after all, please withdraw so that others can have a chance to get in. You can withdraw via the event page: {{ signup.run.event.url | absolute_url }}
+ If you can't make it after all, please withdraw so that others can have a chance to get in. You can do so via the event page: {{ signup.run.event.url | absolute_url }}
{%- endif %}
---
{% assign run = signup.run %}
@@ -60,5 +60,5 @@ body_sms: |-
Email: {{ signup.run.event.email }}
-If you can't make it after all, please withdraw so that others can have a chance to get in. You can withdraw via the event page.
-{%- endif %}
\ No newline at end of file
+If you can't make it after all, please withdraw so that others can have a chance to get in. You can do so on the event page.
+{%- endif %}