Skip to content

Commit b2d816a

Browse files
Minor edit.
1 parent a06400f commit b2d816a

File tree

1 file changed

+2
-2
lines changed
  • assets/WS_Service/LangService

1 file changed

+2
-2
lines changed

assets/WS_Service/LangService/lang.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ else if (lang.startsWith("en"))
99
}
1010
else if (!lang.startsWith("en") && !lang.startsWith("tr"))
1111
{
12-
alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
13-
console.log("[linuxuserslinuxmint.github.io]: You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
12+
alert("Your browser language is not Turkish or English. Support for other languages is not provided.");
13+
console.log("[linuxuserslinuxmint.github.io]: Your browser language is not Turkish or English. Support for other languages is not provided.");
1414
}

0 commit comments

Comments
 (0)