commit 7cc673368a88f8beddccda4ba8c70e35241cfd1a Author: Nima Fatemi <n...@torproject.org> Date: Tue Dec 8 19:04:43 2015 +0000
fix min donation message --- donate/en/donate.wml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/donate/en/donate.wml b/donate/en/donate.wml index 174ba37..02356bf 100644 --- a/donate/en/donate.wml +++ b/donate/en/donate.wml @@ -84,13 +84,13 @@ <label class="sr-only" for="exampleInputAmount">1</label> <div class="input-group"> <div class="input-group-addon">$</div> - <input type="number" min="5" step="1" name="custom_amnt" class="form-control" id="exampleInputAmount" placeholder="other (minimum $5)"> + <input type="number" min="5" step="1" name="custom_amnt" class="form-control" id="exampleInputAmount" placeholder="other amount"> </div> </div> </div> <div style="padding: 0 15px;"> + <h5 class="error-msg">The minimum donation amount is $5</h5> <button id="donate-btn" class="btn btn-primary btn-lg btn-block" style="padding:10px;">Donate</button> - <h5 class="error-msg">Please enter an amount above $5</h5> <h5>via PayPal (doesn't require an account)</h5> <h4><a href="<page donate/donate-options>">Other Ways to Donate</a></h4> </div> _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits