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

This commit is contained in:
Jorijn van der Graaf 2026-08-20 21:56:52 +02:00
commit bb91324d89

View file

@ -768,7 +768,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
? Format( ? Format(
R"(<label class="pay-option">)" R"(<label class="pay-option">)"
R"(<input type="radio" name="pay"{}{}>)" R"(<input type="radio" name="pay"{}{}>)"
R"(<span><strong>Bank transfer</strong</span>)" R"(<span><strong>Bank transfer</strong></span>)",
Attr("value", std::string(Form::kPayBank)), Attr("value", std::string(Form::kPayBank)),
wantsCrypto ? SafeHtml{} : Raw(" checked")) wantsCrypto ? SafeHtml{} : Raw(" checked"))
: SafeHtml{}; : SafeHtml{};
@ -780,7 +780,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
R"(<input type="radio" name="pay"{}{}>)" R"(<input type="radio" name="pay"{}{}>)"
R"(<span><strong>Cryptocurrency</strong><br>EURC, a euro )" R"(<span><strong>Cryptocurrency</strong><br>EURC, a euro )"
R"(stablecoin. The amount to send is the )" R"(stablecoin. The amount to send is the )"
R"(euro total exactly, with no exchange rate.</span></label>)" R"(euro total exactly with no exchange rate.</span></label>)"
R"({})" R"({})"
R"(</fieldset>)", R"(</fieldset>)",
bankOption, bankOption,