diff options
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java index d68f4a26..66b5c3e2 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java @@ -77,7 +77,7 @@ public class CrashRecoveryPage extends GuiProfileViewerPage { drawTitle(); - drawString("§cLooked like your profile viewer crashed."); + drawString("§cLooks like your profile viewer crashed."); drawString("§cPlease immediately send a screenshot of this screen into #neu-support."); drawString("§cJoin our support server at §adiscord.gg/moulberry§c."); |