Skip to content

Commit c68224e

Browse files
committed
update checkout form copy
1 parent 95c44db commit c68224e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

app/views/donations/checkout.html.slim

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ section class="main container"
66
= f.hidden_field :amount
77
= f.hidden_field :stripe_card_token
88

9-
h2 Rails Girls Summer of Code
9+
h2 Confirm your donation
1010

11-
p You are about to donate #{format_donation(donation)} to the Rails Girls Summer of Code.
12-
13-
p Which is... amazing! Thank you so much.
11+
p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code.
1412

1513
- if donation.errors[:base].any?
1614
.application-error
@@ -20,14 +18,14 @@ section class="main container"
2018
- if company?
2119
#address
2220
h3 About you
23-
p We'd love to list you on the crowdfunding page. Please provide us with some information about your company:
21+
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about your company:
2422
fieldset
2523
= f.input :name, required: true
2624
= f.input :twitter_handle, label: 'Twitter', hint: 'Your Twitter handle', input_html: { placeholder: '@' }
2725
= f.input :github_handle, label: 'Github', hint: 'Your Github handle'
2826
= f.input :homepage, input_html: { placeholder: 'http://' }
2927
= f.input :comment, as: :string
30-
p Please provide your address so we can send you an email with a billing receipt.
28+
p Please provide your company's billing address so we can send you an email with a billing receipt.
3129
fieldset
3230
= f.input :email, required: true
3331
= f.input :address, required: true
@@ -39,7 +37,7 @@ section class="main container"
3937
- else
4038
#user
4139
h3 About you
42-
p We'd love to list you on the crowdfunding page. Please provide us with some information about you:
40+
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about you:
4341
fieldset
4442
= f.input :name
4543
= f.input :email, required: true
@@ -48,7 +46,7 @@ section class="main container"
4846
= f.input :homepage, input_html: { placeholder: 'http://' }
4947
= f.input :comment, as: :string
5048
= f.input :hide, as: :boolean, label: 'Hide amount?', input_html: { class: 'inline' }
51-
p.note If you leave these fields empty, we will list the donation as anonymous. If you tick "Hide amount?", we won't display the amount. We won't display the email address, but show your <a href="http://gravatar.com">Gravatar</a>.
49+
p.note If you leave the above fields empty, we will list the donation as anonymous. If you tick "Hide amount?", we won't display the amount. Your email address will <strong>not</strong> be displayed on our site, but we will show your <a href="http://gravatar.com">Gravatar</a>.
5250

5351
- if needs_vat?
5452
= f.hidden_field :add_vat, value: false
@@ -73,7 +71,7 @@ section class="main container"
7371

7472
ul.footnotes
7573
li
76-
| As far as we know contributions and payments to the Rails Girls Summer of
74+
| As far as we know contributions and payments to Rails Girls Summer of
7775
Code are not deductible as charitable contributions for federal income
7876
tax purposes. However, they may be deductible under other provisions of
7977
the Internal Revenue Code (for US) or your local tax authority's advice.

0 commit comments

Comments
 (0)