From a517fedd9660ec306e33e27154c99f19ffcea5b2 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 23 Mar 2021 20:51:15 +0300 Subject: [PATCH 1/3] 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); } From 1f83c351038a74da42cde08a390c2d4fc07dacf0 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 23 Mar 2021 20:59:32 +0300 Subject: [PATCH 2/3] drop ded node --- src/assets/nodes.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/nodes.json b/src/assets/nodes.json index 85912f5..2738ade 100644 --- a/src/assets/nodes.json +++ b/src/assets/nodes.json @@ -7,7 +7,6 @@ "wownero.fyi:34568", "wow.pwned.systems:34568", "de1.wownodes.com:34568", - "wowbux.org:34568", "global.wownodes.com:34568" ] }, From 955167d37faa3f4844062ae9e250baf6e3a80e14 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 23 Mar 2021 23:03:03 +0300 Subject: [PATCH 3/3] update issues url --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9297944..01680c0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -89,7 +89,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) : connect(ui->actionReport_bug, &QAction::triggered, [this](){ QMessageBox::information(this, "Reporting Bugs", "Please report any bugs as issues on our git repo:
\n" - "https://git.wownero.com/wownero/wowlet/issues

" + "https://git.wownero.com/wowlet/wowlet/issues

" "\n" "Before reporting a bug, upgrade to the most recent version of WOWlet " "(latest release or git HEAD), and include the version number in your report. "