From 24bc50793ad839e7dca0765bba57844b3d8536fc Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 28 Sep 2024 17:41:57 +0600 Subject: [PATCH] web/donate: rewrite motivation text to convey the message better --- web/i18n/en/donate.json | 5 +++-- web/src/routes/donate/+page.svelte | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/i18n/en/donate.json b/web/i18n/en/donate.json index db298e71..6907e4c4 100644 --- a/web/i18n/en/donate.json +++ b/web/i18n/en/donate.json @@ -2,8 +2,9 @@ "banner.title": "Support a safe\nand open Internet", "banner.subtitle": "donate to imput or share the\njoy of cobalt with a friend", - "body.motivation": "cobalt helps thousands of producers, educators, and other creative people to do what they love. we created cobalt because we believe that internet doesn’t have to be scary. greed and ads have ruined the internet — we fight back with friendly and open tools that are made with love, not for profit.", - "body.keep_going": "you can help us stay motivated & keep creating safe alternatives to abusive tools by sharing cobalt with a friend or donating.", + "body.motivation": "cobalt helps producers, educators, video makers, and many others to do what they love. it's a different kind of service that is made with love, not for profit.", + "body.no_bullshit": "we believe that the internet doesn't have to be scary, which is why cobalt will never have ads or other kinds of malicious content. it's a promise that we firmly stand by. everything we do is built with privacy, accessibility, and ease of use in mind, making cobalt available for everyone.", + "body.keep_going": "if you found cobalt useful, please consider supporting our work! you can help us by making a donation or sharing cobalt with a friend. every donation is highly appreciated and helps us keep working on cobalt and other projects.", "card.once": "one-time donation", "card.recurring": "recurring donation", diff --git a/web/src/routes/donate/+page.svelte b/web/src/routes/donate/+page.svelte index beb4b856..66ae677b 100644 --- a/web/src/routes/donate/+page.svelte +++ b/web/src/routes/donate/+page.svelte @@ -33,6 +33,7 @@

{$t("donate.body.motivation")}

+

{$t("donate.body.no_bullshit")}

{$t("donate.body.keep_going")}

@@ -119,6 +120,10 @@ gap: 10px; } + #motivation p:first-child { + margin-block-start: 10px; + } + @media screen and (max-width: 760px) { #support-options { flex-direction: column;