Skip to content

Commit 2732fe2

Browse files
authored
Merge pull request #11151 from neinteractiveliterature/notification-text-update
Update default content set with Dave's clarified wording for withdrawing
2 parents fd46156 + 0105544 commit 2732fe2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cms_content_sets/base/notification_templates/signups/user_signup_moved.liquid

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body_text: |-
2020
GMs: {{ signup.run.event.team_member_user_con_profiles | map: "name_without_nickname" | join: ", " }}
2121
Email: {{ signup.run.event.email }}
2222

23-
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 }}
23+
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 }}
2424
{%- endif %}
2525
body_sms: |-
2626
{%- assign run = signup.run -%}
@@ -35,7 +35,7 @@ body_sms: |-
3535
GMs: {{ signup.run.event.team_member_user_con_profiles | map: "name_without_nickname" | join: ", " }}
3636
Email: {{ signup.run.event.email }}
3737

38-
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 }}
38+
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 }}
3939
{%- endif %}
4040
---
4141
{% assign run = signup.run %}
@@ -60,5 +60,5 @@ body_sms: |-
6060
Email: <a href="mailto:{{ signup.run.event.email }}">{{ signup.run.event.email }}</a>
6161
</p>
6262

63-
<p>If you can't make it after all, please withdraw so that others can have a chance to get in. You can <a href="{{ signup.run.event.url | absolute_url }}">withdraw via the event page</a>.</p>
64-
{%- endif %}
63+
<p>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 <a href="{{ signup.run.event.url | absolute_url }}">the event page</a>.</p>
64+
{%- endif %}

0 commit comments

Comments
 (0)