Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Jun 10, 2024
1 parent 001b73d commit bb44fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ std::string en_US = R"({
"command.unban.desc": "unban a player",
"command.unban.success": "Player %1$s is successfully unbanned!",
"command.unban.notBanned": "Player %1$s is not banned!",
"command.banip.desc": "unban an IP",
"command.banip.desc": "ban an IP",
"command.banip.success": "IP %1$s is successfully banned, unban date: %2$s",
"command.banip.isBanned": "IP %1$s is already banned",
"command.unbanip.desc": "unban an IP",
Expand Down

0 comments on commit bb44fea

Please sign in to comment.