Skip to content

Commit

Permalink
capital f
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Dec 2, 2024
1 parent 8ec6f5b commit a7bffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/modfest/ballotbox/BallotBoxConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class BallotBoxConfig extends ReflectiveConfig {
@Comment("Whether to replace the bug report button with another link")
public final TrackedValue<Boolean> replace_bugs = value(true);
@Comment("The text to use to replace the bug report button")
public final TrackedValue<String> bug_text = value("Modfest Discord");
public final TrackedValue<String> bug_text = value("ModFest Discord");
@Comment("The link to use to replace the bug report button")
public final TrackedValue<String> bug_url = value("https://discord.gg/gn543Ee");
@Comment("Whether to replace the realms button on the title screen with a credits button")
Expand Down

0 comments on commit a7bffbd

Please sign in to comment.