From 037242284eb18542db4d6558debb8212fa2b38de Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Jun 2025 19:16:20 +0200 Subject: [PATCH] Add en headlines for donor and contributor section --- src/content/strings/en/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/strings/en/strings.json b/src/content/strings/en/strings.json index 2a50724..d739085 100644 --- a/src/content/strings/en/strings.json +++ b/src/content/strings/en/strings.json @@ -38,13 +38,13 @@ }, "contributors": { "title": "Top contributors", - "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, expedita!" + "description": "Recognizing individuals with significant technical input and sustained project involvement." }, "donors": { "title": "Our donors", - "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, expedita!" + "description": "Gratefully acknowledging those who support the project through their generous contributions." }, "footer": { "copyright": "Copyright © 2025, All Rights Reserved" } -} \ No newline at end of file +}