You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/sites/session-edit-success.html
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,7 @@
11
11
<p>"{{ sessionLabel }}" on {{ date | formatDateLong }}</p>
12
12
{% endcall %}
13
13
14
-
{% if createdOneOff %}
15
-
<p>A new one-off session has been created for {{ date | formatDateLong }}. The recurring session "{{ parentLabel }}" will skip this date going forward.</p>
16
-
{% else %}
17
-
<p>The one-off session for {{ date | formatDateLong }} has been updated.</p>
18
-
{% endif %}
14
+
<p>The session for {{ date | formatDateLong }} has been updated.</p>
0 commit comments