From 90668c49def80a766f29d1fd2e52176420617976 Mon Sep 17 00:00:00 2001 From: mickeymcc Date: Sat, 8 Jun 2024 18:16:41 -0500 Subject: [PATCH 1/2] fix missing token for about.home --- client/src/translation/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/translation/en.json b/client/src/translation/en.json index c9568b2c4..7734b3188 100644 --- a/client/src/translation/en.json +++ b/client/src/translation/en.json @@ -28,6 +28,7 @@ }, "about": { "about": "About", + "home": "Home", "intro": "Mirlo provides a user-friendly space to help musicians sell music, manage subscriptions, and share with their supporters.", "ourMission": "Our mission", "missionStatement": "<1>The music industry does not work for musicians or listeners and needs a radical re-imagination. <1>Mirlo is a community of musicians, listeners, and coders who are daring to do just that: taking lessons learned in working in the solidarity economy and applying them to our process and product.<1>We are building an online audio distribution (think Bandcamp) and patronage (think Patreon) platform that aims to be radical, accessible, open source (free & libre), modular, and standards based.", From 07d048e6ccb65faba1f0ebd363a77a03ff06c942 Mon Sep 17 00:00:00 2001 From: mickeymcc Date: Sat, 8 Jun 2024 18:44:41 -0500 Subject: [PATCH 2/2] fix translation issue in mission --- client/src/components/pages/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/pages/About.tsx b/client/src/components/pages/About.tsx index ffd02f440..51608ebe4 100644 --- a/client/src/components/pages/About.tsx +++ b/client/src/components/pages/About.tsx @@ -20,7 +20,7 @@ const About: React.FC = () => {

{t("about")}

{t("intro")}

{t("ourMission")}

- +

The music industry does not work for musicians or listeners and needs a radical re-imagination.