Skip to content

Commit

Permalink
fix(frontend): 🐛 Fix incorrect branding on glitch-soc
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Apr 16, 2024
1 parent fc4e0d1 commit 2998cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/glitch-server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);

Expand Down

0 comments on commit 2998cb4

Please sign in to comment.