Skip to content

Commit 4a0927b

Browse files
Update install failed modal
1 parent eb9084c commit 4a0927b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/essential/ad/modal/TwoButtonModal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static TwoButtonModal removeAds() {
6868

6969
public static TwoButtonModal installFailed() {
7070
return new TwoButtonModal(
71-
"Essential Mod failed to install.\nSomething went wrong.",
71+
"An issue occurred while installing\nEssential Mod. Download it from\nour website instead.",
7272
(x, y, width) -> new ModalButton(x, y, width, ButtonColor.GRAY, "Okay", () -> {
7373
ModalManager.INSTANCE.setModal(null);
7474
}),

0 commit comments

Comments
 (0)