diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 2967b3fcd1..d35ba4268e 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -381,9 +381,9 @@
Launch applications from the system home screen
Applet launcher
Launch system applets using installed firmware
- Firmware not installed or invalid version
+ Firmware not installed
Applet not available
- prod.keys file and firmware are installed and try again.
Additionally, ensure your firmware is of version 19.0.1 or older.]]>
+ prod.keys file and firmware are installed and try again.]]>
Album
See images stored in the user screenshots folder with the system photo viewer
Mii edit
diff --git a/src/qt_common/qt_string_lookup.h b/src/qt_common/qt_string_lookup.h
index 5a19fb00d3..5b7dbd5f0c 100644
--- a/src/qt_common/qt_string_lookup.h
+++ b/src/qt_common/qt_string_lookup.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
+// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
@@ -98,8 +98,7 @@ static const constexpr frozen::map strings = {
{FwCheckErrorFirmwareMissing,
QT_TR_NOOP(
- "Firmware missing. Firmware is required to run certain games and use the Home Menu. "
- "Versions 19.0.1 or earlier are recommended, as 20.0.0+ is currently experimental.")},
+ "Firmware missing. Firmware is required to run certain games and use the Home Menu.")},
{FwCheckErrorFirmwareCorrupted,
QT_TR_NOOP(
"Firmware reported as present, but was unable to be read. Check for decryption keys and "