From 3dc8d11b4d63b7c9026899ca5a2cb4858587acf2 Mon Sep 17 00:00:00 2001 From: Hung Pham Date: Tue, 19 May 2026 15:47:52 -0400 Subject: [PATCH] remove subdomain within subdomain for accounts (still doesnt have a real help page) DCO Remediation Commit for Hung Pham I, Hung Pham , hereby add my Signed-off-by to this commit: 107ec0f7219aa3f78dd0afb23e9c9c946cb054e6 Signed-off-by: Hung Pham --- launcher/ui/pages/global/AccountListPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/pages/global/AccountListPage.h b/launcher/ui/pages/global/AccountListPage.h index d2ac2935d..8e57396dd 100644 --- a/launcher/ui/pages/global/AccountListPage.h +++ b/launcher/ui/pages/global/AccountListPage.h @@ -66,7 +66,7 @@ class AccountListPage : public QMainWindow, public BasePage { } QString id() const override { return "accounts"; } /// Wiki is missing a page for accounts. - QString helpPage() const override { return "getting-started/adding-an-account"; } + QString helpPage() const override { return "adding-an-account"; } void retranslate() override; public slots: