Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Dec 13, 2024
1 parent 9d1b369 commit e7bd739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class ModerationLocale {
Map.entry("ignoreListComma", "<gold>, </gold>"),
Map.entry("ignoreListEmpty ", "<gold>You are not ignoring anyone at the moment.</gold>"),
Map.entry("banMessageFormat", "<red>You are banned from this server:</red>\n\n${reason}"),
Map.entry("tempBanMessageFormat", "<red>You are temporary banned from this server:</red>\n\n${reason}\n\n<gray>Expires: ${expiry_date}</gray>")
Map.entry("tempBanMessageFormat", "<red>You are temporarily banned from this server:</red>\n\n${reason}\n\n<gray>Expires: ${expiry_date}</gray>")
);
}

0 comments on commit e7bd739

Please sign in to comment.