patx/projectpay
update pay now button
Commit 6cdb199 · patx · 2026-06-28T15:42:02-04:00
Comments
No comments yet.
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 %}