Skip to content

Commit 17f5020

Browse files
committed
add link to update dietary restrictions on invite
update text on the invite page to encourage updating member details with any dietary restrictions rather than emailing the organiser about them.
1 parent 1d1f8cb commit 17f5020

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/views/invitation/_coach.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- if @workshop.virtual?
1313
= t('workshop.virtual.invitation.shared_intro_3_html', email_link: mail_to(@workshop.chapter.email, @workshop.chapter.email))
1414
- else
15-
%p= t('workshop.invitation.shared_intro_4_html', email_link: mail_to(@workshop.chapter.email, @workshop.chapter.email).html_safe)
15+
%p= t('workshop.invitation.shared_intro_4_html', update_your_details_link: link_to(t('members.update_your_details_lower'), edit_member_path).html_safe)

config/locales/en.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ en:
167167
student_intro_1: 'In our workshops, you will get to go through any of our available tutorials, ask for programming advice or get help on your own projects.'
168168
student_intro_2: 'In case you are unable to attend after you RSVP, please make sure you come back and update your attendance. We have limited space and do a coaches request depending on the number of attending students.'
169169
student_intro_3_html: 'Please make sure you <b>bring your laptop</b> with you.'
170-
shared_intro_4_html: 'PS: There will also be food at the workshop. We always make an effort to have vegetarian, vegan and gluten-free options available. If you have any other dietary requirements, send us an email at %{email_link}.'
170+
shared_intro_4_html: 'PS: There will also be food at the workshop. If you have any specific dietary restrictions, please %{update_your_details_link} to let us know about them.'
171171
workshop_invitation:
172172
coach_skills_tooltip: Keeping your skills up-to-date enables organisers to plan ahead and makes running workshops easier.
173173
meeting:
@@ -336,6 +336,8 @@ en:
336336
sign_up_as_student_disclaimer: "* I understand and meet the eligibility criteria."
337337
sign_up_as_coach: "Join us as a coach"
338338
code_of_conduct: "code of conduct"
339+
update_your_details: "Update your details"
340+
update_your_details_lower: "update your details"
339341
new:
340342
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='%{link}'>code of conduct</a> before signing up."
341343
students:

0 commit comments

Comments
 (0)