Fix "Donating" text.
This commit is contained in:
parent
1f03762dab
commit
a08c3dd90c
1 changed files with 6 additions and 6 deletions
|
@ -227,8 +227,8 @@ evbind(document.getElementById('bank-account-form'), 'submit',
|
|||
- Balanced end -->
|
||||
|
||||
<div class="toggle-unit">
|
||||
<h4 class="toggle-control" data-text="Donate by Google Checkout?"
|
||||
data-expanded-text="Donate by Google Checkout:">Donate by Google Checkout?</h4>
|
||||
<h4 class="toggle-control" data-text="Donating by Google Checkout?"
|
||||
data-expanded-text="Donate by Google Checkout:">Donating by Google Checkout?</h4>
|
||||
<div class="toggle-content">
|
||||
<!-- Google Checkout start -->
|
||||
<script type="text/javascript">
|
||||
|
@ -266,8 +266,8 @@ function validateAmount(amount){
|
|||
</div><!-- /.toggle.unit -->
|
||||
|
||||
<div class="toggle-unit">
|
||||
<h4 class="toggle-control" data-text="Donate by Wire Transfer?"
|
||||
data-expanded-text="Donate by Wire Transfer:">Donate by Wire Transfer?</h4>
|
||||
<h4 class="toggle-control" data-text="Donating by Wire Transfer?"
|
||||
data-expanded-text="Donate by Wire Transfer:">Donating by Wire Transfer?</h4>
|
||||
<div class="toggle-content">
|
||||
Please
|
||||
contact <a href="mailto:accounting@sfconservancy.org">Conservancy
|
||||
|
@ -277,8 +277,8 @@ function validateAmount(amount){
|
|||
</div><!-- /.toggle.unit -->
|
||||
|
||||
<div class="toggle-unit">
|
||||
<h4 class="toggle-control" data-text="Donate by Paper Check?"
|
||||
data-expanded-text="Donate by Paper Check:">Donate by Paper Check?</h4>
|
||||
<h4 class="toggle-control" data-text="Donating by Paper Check?"
|
||||
data-expanded-text="Donate by Paper Check:">Donating by Paper Check?</h4>
|
||||
<div class="toggle-content">
|
||||
Send paper check donations to:<br/>
|
||||
Software Freedom Conservancy, Inc.<br/>
|
||||
|
|
Loading…
Reference in a new issue