Skip to content

Commit

Permalink
Update pojavlauncherWarnScreen.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbianxiao authored Sep 17, 2024
1 parent 3ffb2c5 commit 3a3fca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class pojavlauncherWarnScreen extends Screen {
private MultilineText lines = MultilineText.EMPTY;

public pojavlauncherWarnScreen(Screen prevScreen) {
super(new LiteralText("Reese's Sodium Options Suggestion"));
super(new LiteralText("BianXiao Edit Sodium Warning"));
this.prevScreen = prevScreen;
}

Expand Down

0 comments on commit 3a3fca5

Please sign in to comment.