text change
All checks were successful
Deploy / build-deploy (push) Successful in 3m48s

This commit is contained in:
Jorijn van der Graaf 2026-08-21 04:52:25 +02:00
commit 413740af2e
4 changed files with 134 additions and 13 deletions

View file

@ -768,7 +768,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
? Format(
R"(<label class="pay-option">)"
R"(<input type="radio" name="pay"{}{}>)"
R"(<span><strong>Bank transfer</strong></span></label>)",
R"(<span><strong>Bank transfer</strong><br>Regular IBAN bank transfer.</span></label>)",
Attr("value", std::string(Form::kPayBank)),
wantsCrypto ? SafeHtml{} : Raw(" checked"))
: SafeHtml{};