File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
assets/WS_Service/LangService/Support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments