From 5378e3d54b15bb1a08f202f1ee566cea1e8f6cbe Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 11 Apr 2026 22:31:25 +0800 Subject: [PATCH] Update locale string. --- shared/html/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/html/install.html b/shared/html/install.html index f9f25c6..5c314b7 100644 --- a/shared/html/install.html +++ b/shared/html/install.html @@ -372,7 +372,7 @@ supportDisplay.classList.add("not-support"); supportDisplay.classList.remove("support"); } - supportDisplay.setAttribute("title", strutils.format("OS Min Version: {0}, Architecture: {1}", support.showOsminversionText, support.showArchitectureText)); + supportDisplay.setAttribute("title", strutils.format(Bridge.Resources.byname("IDS_PREINSTALL_SUITCONDITION"), support.showOsminversionText, support.showArchitectureText)); var hres = Bridge.Package.installResult(this.value); if (hres && hres.failed) { reason.textContent = hres.message;