diff --git a/frontend/src/ts/commandline/lists/background-filter.ts b/frontend/src/ts/commandline/lists/background-filter.ts index d8ac9b4d9..dd0d4b8b5 100644 --- a/frontend/src/ts/commandline/lists/background-filter.ts +++ b/frontend/src/ts/commandline/lists/background-filter.ts @@ -70,7 +70,7 @@ const subgroup: MonkeyTypes.CommandsSubgroup = { const commands: MonkeyTypes.Command[] = [ { id: "setCustomBackgroundFilter", - display: "custom background filter...", + display: "Custom background filter...", icon: "fa-image", subgroup, },