Skip to content

Commit 8dec17e

Browse files
authored
Merge pull request #2069 from codebar/update-copy-from-feedback
Some copy amends based on feedback from a marketing person
2 parents 45674e5 + ae6cab5 commit 8dec17e

21 files changed

+83
-83
lines changed

app/views/chapter/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- if logged_in?
2020
= render partial: 'subscriptions'
2121
- else
22-
= link_to 'Sign up', new_member_path, class: 'btn btn-primary'
22+
= link_to t('members.sign_up'), new_member_path, class: 'btn btn-primary'
2323

2424
.container.py-4.py-lg-5
2525
.row

app/views/dashboard/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.container.d-flex
88
.col-md-5.offset-md-1.p-3.text
99
%p.lead.mb-0= raw t('homepage.intro')
10-
= link_to ('Sign up'), new_member_path, class: 'btn btn-primary btn-lg mt-4'
10+
= link_to t('members.sign_up'), new_member_path, class: 'btn btn-primary btn-lg mt-4'
1111

1212
.py-4.py-lg-5.bg-light
1313
.container

app/views/dashboard/wall_of_fame.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%p.lead
66
Here you can find a list of the #{ @coaches_count } volunteers who have coached at codebar.
77
%p.lead.mb-4
8-
If you’d like to start coaching at a workshop near you, read our #{ link_to "teaching guide", teaching_guide_path } and then #{ link_to "sign up", new_member_path } as a coach. It’s easier than you think!
8+
If you’d like to start coaching at a workshop in person or virtually, read our #{ link_to "teaching guide", teaching_guide_path } and then #{ link_to "join us", new_member_path } as a coach. It’s easier than you think!
99
.col-12
1010
.float-right
1111
%ul.list-inline

app/views/events/_event_actions.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
= link_to event_coach_rsvp_path(@event), class: 'btn btn-primary' do
1515
= t('events.attend_as_coach')
1616
- else
17-
= link_to 'Sign up', new_member_path, class: 'btn btn-primary me-2'
17+
= link_to t('members.sign_up'), new_member_path, class: 'btn btn-primary me-2'
1818
= link_to 'Log in', login_path, class: 'btn btn-primary'
1919
- else
2020
%p.badge.bg-primary= t('events.not_open_for_rsvp')

app/views/invitations/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- if @invitation.for_student?
1616
1717
- if @member.already_attending(@event)
18-
%p You have already RSVP'd to this event as a coach! Please cancel through the email confirmation you received if you wish to sign up as a student instead.
18+
%p You have already RSVP'd to this event as a coach! Please cancel through the email confirmation you received if you wish to join us as a student instead.
1919
- else
2020
- if @event.event_student_spaces?
2121
- if @event.tito_url.present?

app/views/meetings/_meeting_actions.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
%strong This event is not open for RSVP.
4242

4343
- else
44-
= link_to 'Sign up', new_member_path, class: 'btn btn-primary'
44+
= link_to t('members.sign_up'), new_member_path, class: 'btn btn-primary'
4545
= link_to 'Log in', login_path, class: 'btn btn-primary'

app/views/workshops/_actions.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030

3131
- elsif not logged_in?
3232
%div
33-
= link_to 'Sign up', new_member_path, class: 'btn btn-primary'
33+
= link_to t('members.sign_up'), new_member_path, class: 'btn btn-primary'
3434
= link_to 'Log in', login_path, class: 'btn btn-primary'

config/locales/de.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ de:
5252
participate:
5353
students_title: "Students"
5454
students_explanation_p1: "Our students come from a variety of backgrounds. Some want to become full-time developers, whereas some would like to learn the basics of coding in a supportive environment."
55-
students_explanation_p2: "Sign up to join our vibrant community and attend our workshops."
56-
students_button: "Sign up as a student"
55+
students_explanation_p2: "Join our vibrant community and attend our workshops."
56+
students_button: "Join us as a student"
5757
coaches_title: "Coaches"
5858
coaches_explanation_p1: "We encourage new students to work on our HTML/CSS, JavaScript, Ruby, Python or Git <a href='http://tutorials.codebar.io'>tutorials</a>. We also help them understand programming concepts."
5959
coaches_explanation_p2: "Therefore we are always on the lookout for more developers to join our community and help coach at our workshops."
60-
coaches_button: "Sign up as a coach"
60+
coaches_button: "Join us as a coach"
6161
workshop_title: "Workshops"
6262
workshop_explanation_p1: "We are hosted by some amazing companies who support our cause. Our normal format is 30 minutes of socialising with food and drink, followed by a lightning talk then coding."
6363
workshop_explanation_p2: Help our expansion and enable us to provide help and support to our chapters by hosting and sponsoring our workshops.

config/locales/en.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ en:
8686
participate:
8787
students_title: "Students"
8888
students_explanation_p1: "Our students come from a variety of backgrounds. Some want to become full-time developers, whereas some would like to learn the basics of coding in a supportive environment."
89-
students_explanation_p2: "Sign up to join our vibrant community and attend our workshops."
90-
students_button: "Sign up as a student"
89+
students_explanation_p2: "Join our vibrant community and attend our workshops."
90+
students_button: "Join us as a student"
9191
coaches_title: "Coaches"
9292
coaches_explanation_p1: "We encourage new students to work on our HTML/CSS, JavaScript, Ruby, Python or Git <a href='http://tutorials.codebar.io'>tutorials</a>. We also help them understand programming concepts."
9393
coaches_explanation_p2: "Therefore we are always on the lookout for more developers to join our community and help coach at our workshops."
94-
coaches_button: "Sign up as a coach"
94+
coaches_button: "Join us as a coach"
9595
workshop_title: "Workshops"
9696
workshop_explanation_p1: "We are hosted by some amazing companies who support our cause. Our normal format is 30 minutes of socialising with food and drink, followed by a lightning talk then coding."
9797
workshop_explanation_p2: Help our expansion and enable us to provide help and support to our chapters by hosting and sponsoring our workshops.
@@ -180,7 +180,7 @@ en:
180180
already_invited: 'You have already RSVPd or joined the waitlist for this workshop.'
181181
already_taken_place: 'This event has already taken place'
182182
rejected_invitation: "We are so sad you can't make it, but thanks for letting us know %{name}."
183-
already_rsvped: "You have already confirmed you attendance!"
183+
already_rsvped: "You have already confirmed your attendance!"
184184
not_attending_already: "You have already confirmed you can't make it!"
185185
no_available_seats: "There are no more spots left for this event, but you can join the waiting list."
186186
feedback_saved: "Thank you for taking the time to give us feedback!"
@@ -333,18 +333,18 @@ en:
333333
community_partner_title: Community partners
334334
sponsoring: "Sponsoring"
335335
members:
336-
sign_up: "Sign up"
336+
sign_up: "Join our community"
337337
sign_in_with_github: "Sign in with GitHub"
338-
sign_up_as_student: "Sign up as a student*"
338+
sign_up_as_student: "Join us as a student*"
339339
sign_up_as_student_disclaimer: "* I understand and meet the eligibility criteria."
340-
sign_up_as_coach: "Sign up as a coach"
340+
sign_up_as_coach: "Join us as a coach"
341341
code_of_conduct: "code of conduct"
342342
new:
343343
intro: "We offer a welcoming, inclusive and learning-friendly environment, and have a zero tolerance policy towards any form of harassment or inappropriate behavior. Before you sign up, read our"
344344
students:
345345
intro: "If you would like to attend as a student, make sure you meet our"
346346
criteria_link: "eligibility criteria"
347-
criteria_brief: "as our workshops are only available to women, LGBTQ, people from underrepresented minority groups."
347+
criteria_brief: "as our workshops are only available to women, non-binary, LGBTQ, and people from underrepresented minority groups."
348348
github: "Lastly, when you click the sign up button, you'll be taken to something called GitHub. After logging in with a GitHub account, you'll be taken back to the codebar website. If you don't have an account yet, you'll need to create one. It doesn't take long and it's something that will come in handy when you get started with coding!"
349349
invitations: "Invitations are sent out periodically, so don't worry if you don't receive one as soon as you register."
350350
terms_and_conditions:
@@ -426,7 +426,7 @@ en:
426426
description: "We want to ensure that our workshops are as accessible as possible. If you are disabled and are unsure about whether our venues can cater to your needs, we encourage you to please get in touch with us at <a href='mailto:[email protected]'>[email protected]</a> and we will do what we can to accommodate you."
427427
chapters:
428428
intro_html: "Hi and welcome to codebar!"
429-
info: "Check out our <a href='http://codebar.io/faq'>FAQ</a> page for any questions you might have, or email us at <a href='mailto:%{email}'>%{email}</a> if you can't find the answer you're looking for. Otherwise, click the Sign up button to get started."
429+
info: "Check out our <a href='http://codebar.io/faq'>FAQ</a> page for any questions you might have, or email us at <a href='mailto:%{email}'>%{email}</a> if you can't find the answer you're looking for. Otherwise, click the Join our community button to join us."
430430
sign_up: "to be invited to our workshops."
431431
no_incoming: "There are no workshops coming up."
432432
contact: "To contact the %{city} team, send an email to %{email}"

config/locales/en_AU.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ en-AU:
5252
participate:
5353
students_title: "Students"
5454
students_explanation_p1: "Our students come from a variety of backgrounds. Some want to become full-time developers, whereas some would like to learn the basics of coding in a supportive environment."
55-
students_explanation_p2: "Sign up to join our vibrant community and attend our workshops."
56-
students_button: "Sign up as a student"
55+
students_explanation_p2: "Join our vibrant community and attend our workshops."
56+
students_button: "Join us as a student"
5757
coaches_title: "Coaches"
5858
coaches_explanation_p1: "We encourage new students to work on our HTML/CSS, JavaScript, Ruby, Python or Git <a href='http://tutorials.codebar.io'>tutorials</a>. We also help them understand programming concepts."
5959
coaches_explanation_p2: "Therefore we are always on the lookout for more developers to join our community and help coach at our workshops."
60-
coaches_button: "Sign up as a coach"
60+
coaches_button: "Join us as a coach"
6161
workshop_title: "Workshops"
6262
workshop_explanation_p1: "We are hosted by some amazing companies who support our cause. Our normal format is 30 minutes of socialising with food and drink, followed by a lightning talk then coding."
6363
workshop_explanation_p2: Help our expansion and enable us to provide help and support to our chapters by hosting and sponsoring our workshops.
@@ -88,7 +88,7 @@ en-AU:
8888
already_invited: 'You have already RSVPd or joined the waitlist for this workshop.'
8989
error_blank_note: 'You must select a note'
9090
rejected_invitation: "We are so sad you can't make it, but thanks for letting us know %{name}."
91-
already_rsvped: "You have already confirmed you attendance!"
91+
already_rsvped: "You have already confirmed your attendance!"
9292
not_attending_already: "You have already confirmed you can't make it!"
9393
no_available_seats: "Unfortunately there are no more spaces left :(. If you would like to join our waiting list send us an email at %{email}"
9494
feedback_saved: "Thank you for taking the time to give us feedback!"
@@ -219,18 +219,18 @@ en-AU:
219219
sponsors:
220220
sponsoring: "Sponsoring"
221221
members:
222-
sign_up: "Sign up"
222+
sign_up: "Join our community"
223223
sign_in_with_github: "Sign in with GitHub"
224-
sign_up_as_student: "Sign up as a student"
224+
sign_up_as_student: "Join us as a student"
225225
sign_up_as_student_disclaimer: "* I understand and meet the eligibility criteria."
226-
sign_up_as_coach: "Sign up as a coach"
226+
sign_up_as_coach: "Join as a coach"
227227
code_of_conduct: "code of conduct"
228228
new:
229229
intro: "We offer a welcoming, inclusive and learning-friendly environment, and have a zero tolerance policy towards any form of harassment or inappropriate behavior. Before you sign up, read our"
230230
students:
231231
intro: "If you would like to attend as a student, make sure you meet our"
232232
criteria_link: "eligibility criteria"
233-
criteria_brief: "as our workshops are only available to women, LGBTQ, people from underrepresented minority groups."
233+
criteria_brief: "as our workshops are only available to women, non-binary, LGBTQ, and people from underrepresented minority groups."
234234
github: "Lastly, when you click the sign up button, you'll be taken to something called GitHub. After logging in with a GitHub account, you'll be taken back to the codebar website. If you don't have an account yet, you'll need to create one. It doesn't take long and it's something that will come in handy when you get started with coding!"
235235
invitations: "Invitations are sent out periodically, so don't worry if you don't receive one as soon as you register."
236236
footer:
@@ -305,7 +305,7 @@ en-AU:
305305
description: "We want to ensure that our workshops are as accessible as possible. If you are disabled and are unsure about whether our venues can cater to your needs, we encourage you to please get in touch with us at <a href='mailto:[email protected]'>[email protected]</a> and we will do what we can to accommodate you."
306306
chapters:
307307
intro_html: "Hi and welcome to codebar!"
308-
info: "Check out our <a href='http://codebar.io/faq'>FAQ</a> page for any questions you might have, or email us at <a href='mailto:%{email}'>%{email}</a> if you can't find the answer you're looking for. Otherwise, click the Sign up button to get started."
308+
info: "Check out our <a href='http://codebar.io/faq'>FAQ</a> page for any questions you might have, or email us at <a href='mailto:%{email}'>%{email}</a> if you can't find the answer you're looking for. Otherwise, click the Join our community button to join us."
309309
sign_up: "to be invited to our workshops."
310310
no_incoming: "There are no workshops coming up."
311311
contact: "To contact the %{city} team, send an email to %{email}"

0 commit comments

Comments
 (0)