Skip to content

Commit 33941c2

Browse files
Minor edit.
1 parent bb9e878 commit 33941c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: assets/WS_Service/LangService/Support/SupportPage.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ window.onload = function() {
44
var lxlmdoc = document.getElementById("lxlmdoc");
55

66
if (lang.startsWith("en")) {
7-
changelocation.innerHTML = "Change location for the website";
7+
changelocation.innerHTML = "Change location for the website (Will be retired very soon)";
88
lxlmdoc.innerHTML = "Documentation for LinuxUsersLinuxMint software";
99
document.title = "LinuxUsersLinuxMint - Support Page";
1010
}
1111
else if (lang.startsWith("tr")) {
12-
changelocation.innerHTML = "Web sitesi için konum değiştirme";
12+
changelocation.innerHTML = "Web sitesi için konum değiştirme (Çok yakında kullanımdan kaldırılacaktır)";
1313
lxlmdoc.innerHTML = "LinuxUsersLinuxMint yazılımları için dokümanlar";
1414
document.title = "LinuxUsersLinuxMint - Destek Sayfası"
1515
}

0 commit comments

Comments
 (0)