fix(frontend): 🐛 Fix incorrect branding on glitch-soc

This commit is contained in:
Jesse Wierzbinski 2024-04-16 11:36:45 -10:00
parent fc4e0d1958
commit 2998cb4deb
No known key found for this signature in database

View file

@ -222,7 +222,7 @@ const brandingTransforms = async (
); );
newFileContents = newFileContents.replaceAll("Mastodon", "Lysand"); newFileContents = newFileContents.replaceAll("Mastodon", "Lysand");
newFileContents = newFileContents.replaceAll( 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.", "This is not a Mastodon instance.",
); );