File tree 1 file changed +2
-2
lines changed
assets/WS_Service/LangService/Support
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ window.onload = function() {
4
4
var lxlmdoc = document . getElementById ( "lxlmdoc" ) ;
5
5
6
6
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) " ;
8
8
lxlmdoc . innerHTML = "Documentation for LinuxUsersLinuxMint software" ;
9
9
document . title = "LinuxUsersLinuxMint - Support Page" ;
10
10
}
11
11
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) " ;
13
13
lxlmdoc . innerHTML = "LinuxUsersLinuxMint yazılımları için dokümanlar" ;
14
14
document . title = "LinuxUsersLinuxMint - Destek Sayfası"
15
15
}
You can’t perform that action at this time.
0 commit comments