Skip to content

Commit

Permalink
Fix name in lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed May 26, 2024
1 parent 1e47d34 commit 3eb2bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/src/main/resources/assets/framework/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"screen.${mod_id}.default": "Foundation",
"screen.${mod_id}.options": "Foundation Options",
"screen.${mod_id}.default": "Framework",
"screen.${mod_id}.options": "Framework Options",

"message.${mod_id}.install_cloth": "Install Cloth Config API to access mod options.",
"message.${mod_id}.go_modrinth": "View on Modrinth",

"${mod_id}.key_group": "Foundation",
"${mod_id}.key_group": "Framework",
"key.${mod_id}.example": "Example Key",

"config.${mod_id}.options": "Main Options",
Expand Down

0 comments on commit 3eb2bf1

Please sign in to comment.