Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Tweak regifting language per @brandon_rhodes (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 24, 2012
1 parent ab93ac4 commit 2cc6f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/bank-account.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ <h2>Your <b>bank account</b> is <span id="status">{{ status }}</span>.</h2>
{% else %}

<p>When you receive money on Gittip we
{% if bank_account and bank_account.is_setup %}will{% else %}can{% end %} automatically
deposit it into your bank account. If you don't connect a bank account then
your money will accumulate within Gittip, and will be used to regift
others.<p>
{% if bank_account and bank_account.is_setup %}will{% else %}can{% end %}
automatically deposit it into your bank account. If you don&rsquo;t connect
a bank account then your money will accumulate within Gittip unless you
regift it to others.<p>

<p>Bank account information is stored and processed by <a
href="https://www.balancedpayments.com/">Balanced</a>.</p>
Expand Down

0 comments on commit 2cc6f68

Please sign in to comment.