Skip to content

Commit

Permalink
Fix placeholder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai committed Mar 21, 2021
1 parent a6b2e62 commit d627936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static final class FormatLocaleConfiguration {

public LocaleEntry status = new LocaleEntry("<amount> <status>");

public LocaleEntry hs = new LocaleEntry("<green><target> <dark_gray>- <white><bold><amount>");
public LocaleEntry hs = new LocaleEntry("<green><player> <dark_gray>- <white><bold><amount>");

public LocaleEntry reminder = new LocaleEntry("<prefix> There are <amount> ticket(s) currently open");

Expand Down

0 comments on commit d627936

Please sign in to comment.