Skip to content

Commit

Permalink
feat: Update GUI label for "Other" in settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 committed Jun 29, 2024
1 parent 1d1748d commit bb2bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ do
tAppendAll(settings, {
{
isTitle = true,
text = L["Other"],
text = OTHER,
notCheckable = true,
},
{
Expand Down

0 comments on commit bb2bcbb

Please sign in to comment.