diff --git a/source/funkin/ui/options/OptionsState.hx b/source/funkin/ui/options/OptionsState.hx index 4337495ed55..baa61911585 100644 --- a/source/funkin/ui/options/OptionsState.hx +++ b/source/funkin/ui/options/OptionsState.hx @@ -92,7 +92,7 @@ class OptionsMenu extends Page add(items = new TextMenuList()); createItem("PREFERENCES", function() codex.switchPage(Preferences)); createItem("CONTROLS", function() codex.switchPage(Controls)); - createItem("INPUT OFFSETS", function() { + createItem("OFFSET ADJUSTMENT", function() { #if web LoadingState.transitionToState(() -> new LatencyState()); #else