fix: unlock test error message to "Unsupported Country/Region"

This commit is contained in:
Tunglies
2025-04-10 11:30:52 +08:00
parent 84fbccbfd9
commit 843f40d7d5
5 changed files with 5 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ const UnlockPage = () => {
if (
status === "Disallowed ISP" ||
status === "Blocked" ||
status === "Unsupported Country"
status === "Unsupported Country/Region"
) {
return "error";
}