From a517fedd9660ec306e33e27154c99f19ffcea5b2 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 23 Mar 2021 20:51:15 +0300 Subject: [PATCH] correct typo --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 42f5f6f..9297944 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -246,7 +246,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) : if(config()->get(Config::warnOnAlpha).toBool()) { QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs " - "you encounter on our Git repository, IRC freenode #wownero or on /r/Wowonero."; + "you encounter on our Git repository, IRC freenode #wownero or on /r/Wownero."; QMessageBox::warning(this, "Beta Warning", warning); config()->set(Config::warnOnAlpha, false); }