This commit is contained in:
parent
abbd616b40
commit
3b12a6b02a
2 changed files with 3 additions and 4 deletions
|
|
@ -120,8 +120,7 @@ export const std::vector<Product>& Products() {
|
||||||
Product d;
|
Product d;
|
||||||
d.slug = "donation";
|
d.slug = "donation";
|
||||||
d.name = "Donation";
|
d.name = "Donation";
|
||||||
d.tagline = "Fund the open-source work directly: any amount, no goods, "
|
d.tagline = "Fund the open-source work directly";
|
||||||
"no VAT.";
|
|
||||||
d.status = "available";
|
d.status = "available";
|
||||||
d.donation = true;
|
d.donation = true;
|
||||||
d.summary = "Thank you very much for considering to donate! Your donation will contribute to the maintenance of the image and R&D for new devices.";
|
d.summary = "Thank you very much for considering to donate! Your donation will contribute to the maintenance of the image and R&D for new devices.";
|
||||||
|
|
|
||||||
|
|
@ -971,7 +971,7 @@ SafeHtml RenderDonationForm(const Product& product,
|
||||||
R"(donation and takes you straight to the payment page. Nothing is owed )"
|
R"(donation and takes you straight to the payment page. Nothing is owed )"
|
||||||
R"(until you actually pay; an unpaid donation just lapses.</p>)"
|
R"(until you actually pay; an unpaid donation just lapses.</p>)"
|
||||||
R"(<p class="checkout__shipnote">No VAT is charged on a donation and no )"
|
R"(<p class="checkout__shipnote">No VAT is charged on a donation and no )"
|
||||||
R"(invoice is issued — the donation page is its receipt. Donations )"
|
R"(invoice is issued. The donation page is its receipt. Donations )"
|
||||||
R"(appear on the financials page as an aggregate total, never )"
|
R"(appear on the financials page as an aggregate total, never )"
|
||||||
R"(individually.</p>)"
|
R"(individually.</p>)"
|
||||||
R"({})"
|
R"({})"
|
||||||
|
|
@ -985,7 +985,7 @@ SafeHtml RenderDonationForm(const Product& product,
|
||||||
R"(<div class="field">)"
|
R"(<div class="field">)"
|
||||||
R"(<label for="f-email">Email</label>)"
|
R"(<label for="f-email">Email</label>)"
|
||||||
R"(<input id="f-email" name="email" type="email" autocomplete="email"{}>)"
|
R"(<input id="f-email" name="email" type="email" autocomplete="email"{}>)"
|
||||||
R"(<p class="field__hint">Optional — only used to send the )"
|
R"(<p class="field__hint">Optional: only used to send the )"
|
||||||
R"(confirmation. Leave it empty and the donation page is your receipt.</p>)"
|
R"(confirmation. Leave it empty and the donation page is your receipt.</p>)"
|
||||||
R"({})"
|
R"({})"
|
||||||
R"(</div>)"
|
R"(</div>)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue