This commit is contained in:
parent
675a234a9b
commit
bb91324d89
1 changed files with 2 additions and 2 deletions
|
|
@ -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>)"
|
||||
R"(<span><strong>Bank transfer</strong></span>)",
|
||||
Attr("value", std::string(Form::kPayBank)),
|
||||
wantsCrypto ? SafeHtml{} : Raw(" checked"))
|
||||
: SafeHtml{};
|
||||
|
|
@ -780,7 +780,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
|
|||
R"(<input type="radio" name="pay"{}{}>)"
|
||||
R"(<span><strong>Cryptocurrency</strong><br>EURC, a euro )"
|
||||
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"(</fieldset>)",
|
||||
bankOption,
|
||||
|
|
|
|||
Loading…
Reference in a new issue