Skip to content

Commit

Permalink
Change election over text (#1099)
Browse files Browse the repository at this point in the history
The lowercase 'o' of over didn't feel right and capitalizing it just
wasn't enough either.
  • Loading branch information
AzureAaron authored Dec 23, 2024
1 parent bd39443 commit ab2d7a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class ElectionWidget extends TabHudWidget {

private static final HashMap<String, ItemStack> MAYOR_DATA = new HashMap<>();

private static final Text EL_OVER = Text.literal("Election ")
.append(Text.literal("over!").formatted(Formatting.RED));
private static final Text EL_OVER = Text.literal("Election: ")
.append(Text.literal("Over!").formatted(Formatting.RED));

// pattern matching a candidate while people are voting
// group 1: name
Expand Down

0 comments on commit ab2d7a9

Please sign in to comment.