Skip to content

Commit

Permalink
Fix missing translation for update indicator option
Browse files Browse the repository at this point in the history
- Fix missing translation for update indicator option
  • Loading branch information
Prospector committed Feb 17, 2023
1 parent a96b842 commit b32f045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/modmenu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"option.modmenu.update_checker": "Update Checker",
"option.modmenu.update_checker.true": "Enabled",
"option.modmenu.update_checker.false": "Disabled",
"option.modmenu.update_badge": "Update Notification",
"option.modmenu.update_badge.true": "Enabled",
"option.modmenu.update_badge.false": "Disabled"
"option.modmenu.button_update_badge": "Update Indicator",
"option.modmenu.button_update_badge.true": "Shown",
"option.modmenu.button_update_badge.false": "Hidden"
}

0 comments on commit b32f045

Please sign in to comment.