Skip to content

Commit bb2bcbb

Browse files
committed
feat: Update GUI label for "Other" in settings menu
1 parent 1d1748d commit bb2bcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ do
369369
tAppendAll(settings, {
370370
{
371371
isTitle = true,
372-
text = L["Other"],
372+
text = OTHER,
373373
notCheckable = true,
374374
},
375375
{

0 commit comments

Comments
 (0)