diff --git a/docs/get-started.md b/docs/get-started.md
index cc3ba47ccdd75..7dfa5c905788b 100644
--- a/docs/get-started.md
+++ b/docs/get-started.md
@@ -1,6 +1,8 @@
---
noneSelected: System model is required.
invalidVersion: This doesn't seem to be a valid system version.
+cfwPrefixDetected: Your console may already have custom firmware installed. Please retry Section I. If you still only reach the HOME menu, click the link below and ask, in English, for assistance.
+inviteLinkText: Nintendo Homebrew on Discord
otherPrefix: (Other)
head: [
['script', {src: '/assets/js/common.js'}],
diff --git a/docs/public/assets/js/selecting.js b/docs/public/assets/js/selecting.js
index 349b418b65aef..69d864264c03f 100644
--- a/docs/public/assets/js/selecting.js
+++ b/docs/public/assets/js/selecting.js
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023 Gruetzig
- Copyright (C) 2023 Nintendo Homebrew
+ Copyright (C) 2025 Nintendo Homebrew
SPDX-License-Identifier: MIT
*/
@@ -180,7 +180,7 @@ function redirect() {
sessionStorage.setItem("selected_version", JSON.stringify({major, minor, nver, region, model}));
if(prefix != "Ver.") {
- window.location.href = "checking-for-cfw";
+ document.getElementById("result_cfwPrefixDetected").style.display = "block";
return true;
}
From eedb07c8c78ce7982afda3770371391ec5ed37d5 Mon Sep 17 00:00:00 2001
From: ManiacOfGitHub <43019219+ManiacOfGitHub@users.noreply.github.com>
Date: Tue, 14 Oct 2025 23:18:04 -0400
Subject: [PATCH 2/2] Temporarily hardcode error text
---
docs/_internal/consoleVersionSelect.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_internal/consoleVersionSelect.html b/docs/_internal/consoleVersionSelect.html
index 50615dac054de..8b48720ada992 100644
--- a/docs/_internal/consoleVersionSelect.html
+++ b/docs/_internal/consoleVersionSelect.html
@@ -126,9 +126,9 @@
{{ $frontmatter.noneSelected }}
{{ $frontmatter.invalidVersion }}
- {{ $frontmatter.cfwPrefixDetected }}
+ Your console may already have custom firmware installed. Please retry Section I. If you still only reach the HOME menu, click the link below and ask, in English, for assistance.
- {{ $frontmatter.inviteLinkText }}
+ Nintendo Homebrew on Discord