patx/projectpay

update pay now button

Commit 6cdb199 · patx · 2026-06-28T15:42:02-04:00

Changeset
6cdb199e156b3a2f2fba21fb43e37f1cbec7eb99
Parents
d1084f460825c557c4e624adae4502cd261436c4

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/public_project.html b/templates/public_project.html
index 26d6f6c..000886a 100644
--- a/templates/public_project.html
+++ b/templates/public_project.html
@@ -60,7 +60,7 @@
   {% if project.balance_cents > 0 %}
     <form class="sticky-pay" method="post" action="/pay/{{ project.share_token }}">
       <div class="sticky-pay-inner">
-        <button type="submit">Pay or Make a Deposit</button>
+        <button type="submit">Make a Payment</button>
       </div>
     </form>
   {% else %}