Skip to content

Commit 2fac0aa

Browse files
authored
Merge pull request #47 from rails-girls-summer-of-code/kd-improve-text
Text improvement into master branch in RGSoC campaign repo
2 parents 3e1fe13 + 7d7a9f7 commit 2fac0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/donations/checkout.html.slim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ section class="main container"
88

99
h2 Please confirm your donation
1010

11-
p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code and directly help more women and non-binary people get into open source.
11+
p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code and directly help more female and non-binary coders get into open source.
1212
Please complete the following form and click the 'Donate now' button to confirm your donation. Thank you
1313

1414
- if donation.errors[:base].any?
@@ -19,7 +19,7 @@ section class="main container"
1919
- if company?
2020
#address
2121
h3 About you
22-
p We like to publicly thank everyone who sponsors rgsoc and for this reason we would really like to list your contribution on our crowdfunding page. If you're happy with this, please fill out the form below with information about your company:
22+
p We like to publicly thank everyone who sponsors RGSoC and for this reason we would really like to list your contribution on our crowdfunding page. If you're happy with this, please fill out the form below with information about your company:
2323
fieldset
2424
= f.input :name, required: true
2525
= f.input :twitter_handle, label: 'Twitter', hint: 'Your Twitter handle', input_html: { placeholder: '@' }
@@ -38,7 +38,7 @@ section class="main container"
3838
- else
3939
#user
4040
h3 About you
41-
p We like to publicly thank everyone who sponsors rgsoc and for this reason we would really like to list your contribution on our crowdfunding page. If you are happy with this, please fill out the form below:
41+
p We like to publicly thank everyone who sponsors RGSoC and for this reason we would really like to list your contribution on our crowdfunding page. If you are happy with this, please fill out the form below:
4242
fieldset
4343
= f.input :name
4444
= f.input :email, required: true

0 commit comments

Comments
 (0)