From 418e20761f8a1780e7e66e66f2609a4013de4a5f Mon Sep 17 00:00:00 2001 From: "shipmate-quick-tweaks-with-ai[bot]" <239154283+shipmate-quick-tweaks-with-ai[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 14:59:03 +0000 Subject: [PATCH] Change "Mods" to "Modifiers" in Sidebar --- src/components/ModEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ModEditor.tsx b/src/components/ModEditor.tsx index e3e894e..2687dc9 100644 --- a/src/components/ModEditor.tsx +++ b/src/components/ModEditor.tsx @@ -106,7 +106,7 @@ export default function ModEditor({ initial, editing, saveMod, exit }: ModEditor <>
-

{editing ? "New Mod" : "Editing Mod"}

+

{editing ? "New Modifier" : "Editing Modifier"}

Need help?