From 2998cb4deb33f7b6b8f2bfbc590abcc440b40bb9 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 16 Apr 2024 11:36:45 -1000 Subject: [PATCH] fix(frontend): :bug: Fix incorrect branding on glitch-soc --- packages/glitch-server/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/glitch-server/main.ts b/packages/glitch-server/main.ts index 38b1e26d..276b166f 100644 --- a/packages/glitch-server/main.ts +++ b/packages/glitch-server/main.ts @@ -222,7 +222,7 @@ const brandingTransforms = async ( ); newFileContents = newFileContents.replaceAll("Mastodon", "Lysand"); newFileContents = newFileContents.replaceAll( - "Lysand is free, open-source software, and a trademark of Mastodon gGmbH.", + "Lysand is free, open-source software, and a trademark of Lysand gGmbH.", "This is not a Mastodon instance.", );