Updated meshcore

Ylian Saint-Hilaire committed Jan 31, 2020 at 14:03 UTC 487b631607fa93a52285405a9a8b34bce20f9546
9 files changed +3 -3
agents/MeshCmd-signed.exe
Binary files a/agents/MeshCmd-signed.exe and b/agents/MeshCmd-signed.exe differ
agents/MeshCmd64-signed.exe
Binary files a/agents/MeshCmd64-signed.exe and b/agents/MeshCmd64-signed.exe differ
agents/MeshService-signed.exe
Binary files a/agents/MeshService-signed.exe and b/agents/MeshService-signed.exe differ
agents/MeshService.exe
Binary files a/agents/MeshService.exe and b/agents/MeshService.exe differ
agents/MeshService64-signed.exe
Binary files a/agents/MeshService64-signed.exe and b/agents/MeshService64-signed.exe differ
agents/MeshService64.exe
Binary files a/agents/MeshService64.exe and b/agents/MeshService64.exe differ
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.4.8-f",
3 + "version": "0.4.8-g",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",
translate/translate.json
+1 -1
@@ -11682,7 +11682,6 @@
11682 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
11683 "default.handlebars->25->1059",
11684 "default.handlebars->25->1196",
11685 - "default.handlebars->25->1237",
11685 "default.handlebars->25->1264",
11686 "default.handlebars->25->1268",
11687 "default.handlebars->25->1273",
@@ -18695,6 +18694,7 @@
18694 "ru": "Имя пользователя",
18695 "xloc": [
18696 "default-mobile.handlebars->9->212",
18697 + "default.handlebars->25->1237",
18698 "default.handlebars->25->241",
18699 "default.handlebars->25->271",
18700 "default.handlebars->25->540",
views/default.handlebars
+1 -1
@@ -9043,7 +9043,7 @@
9043 function showCreateNewAccountDialog() {
9044 if (xxdialogMode) return;
9045 var x = '';
9046 - if ((features & 0x200000) == 0) { x += addHtmlValue("Name", '<input id=p4name maxlength=64 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />'); }
9046 + if ((features & 0x200000) == 0) { x += addHtmlValue("Username", '<input id=p4name maxlength=64 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />'); }
9047 x += addHtmlValue("Email", '<input id=p4email maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');
9048 x += addHtmlValue("Password", '<input id=p4pass1 type=password maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');
9049 x += addHtmlValue("Password", '<input id=p4pass2 type=password maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');