commit 4a18875581def6ce69a0c93a0a3426e91b850edd
parent 3b7bdb3ec101b75431d0d1f5dbea92c1073d3ba8
Author: Hecov <139177109+hecov@users.noreply.github.com>
Date: Thu, 1 Feb 2024 05:34:08 +0000
fix capitalization
Closes: https://github.com/damus-io/website/pull/18
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/compiled-locales/en.json b/content/compiled-locales/en.json
@@ -56,7 +56,7 @@
"benefits.description": [
{
"type": 0,
- "value": "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly Free and healthy society needs — and deserves."
+ "value": "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly free and healthy society needs — and deserves."
}
],
"benefits.headline": [
diff --git a/content/locales/en.json b/content/locales/en.json
@@ -27,7 +27,7 @@
"string": "Free speech meets Free money"
},
"benefits.description": {
- "string": "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly Free and healthy society needs — and deserves."
+ "string": "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly free and healthy society needs — and deserves."
},
"benefits.headline": {
"string": "You deserve to be Free."
diff --git a/src/components/sections/Benefits.tsx b/src/components/sections/Benefits.tsx
@@ -49,7 +49,7 @@ export function Benefits({ className }: { className?: string }) {
{ intl.formatMessage({ id: "benefits.subheadline", defaultMessage: "With Damus, you are in control." }) }
</motion.h3>
<motion.div className="text-white/60 text-xl text-center max-w-2xl mb-6 mt-6 break-keep">
- { intl.formatMessage({ id: "benefits.description", defaultMessage: "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly Free and healthy society needs — and deserves." }) }
+ { intl.formatMessage({ id: "benefits.description", defaultMessage: "Damus is built on Nostr, a decentralized and open social network protocol. Without ads, toxic algorithms, or censorship, Damus gives you access to the social network that a truly free and healthy society needs — and deserves." }) }
</motion.div>
</div>
{(intl.locale != "ja" || process.env.FORCE_LOAD_ALL_JA_SECTIONS) && (