1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

fix few more translations

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-02-24 00:31:57 +00:00
parent bca1d277a4
commit fce123e971
2 changed files with 28 additions and 19 deletions

View file

@ -253,7 +253,7 @@
}
function linuxBinarySetup() {
var x = '<h3>Linux / BSD / MacOS Binary Installer</h3>', moreoptions = '';
var x = '<h3>' + "Linux / BSD / macOS Binary Installer" + '</h3>', moreoptions = '';
var opts = '<select id=aginsSelect onchange=addAgentToMeshClick() style=width:236px>';
opts += '<option value=5 selected>' + "Linux / BSD / macOS Binary Installer" + '</option>';
opts += '</select>';