remove subdomain within subdomain for accounts (still doesnt have a real help page)

DCO Remediation Commit for Hung Pham <hnpham02@gmail.com>

I, Hung Pham <hnpham02@gmail.com>, hereby add my Signed-off-by to this commit: 107ec0f721

Signed-off-by: Hung Pham <hnpham02@gmail.com>
This commit is contained in:
Hung Pham 2026-05-19 15:47:52 -04:00
parent 107ec0f721
commit 3dc8d11b4d

View file

@ -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: