merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e74802272f11e733b2ddbf405b20a8dbf2b304f8
parent 02671197ed5dfc53147d29e399d44baaec2c8570
Author: Florian Dold <florian@dold.me>
Date:   Sat, 22 Aug 2026 20:40:00 +0200

improve user-facing strings

Diffstat:
Msrc/frontend/request_payment.en.must | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/request_payment.en.must b/src/frontend/request_payment.en.must @@ -97,7 +97,7 @@ <h1 id="page-title">Pay with GNU Taler</h1> <p class="lede">{{ order_summary }}</p> {{#order_amount}}<p class="amount">{{ order_amount }}</p>{{/order_amount}} - {{#multiple_payment_options}}<p class="amount-note">The amount and payment option are selected in your wallet.</p>{{/multiple_payment_options}} + {{#multiple_payment_options}}<p class="amount-note">You can select the amount and payment option in your wallet.</p>{{/multiple_payment_options}} <dl class="details"> <dt>Merchant</dt><dd>{{ merchant_name }}</dd> <dt>Order ID</dt><dd>{{ order_id }}</dd>