server config title

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

Simon Smith committed Oct 3, 2023 at 17:23 UTC 3d5fc3ae2ee48b645f878cf4a7ff0274b255e3a4
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -12628,7 +12628,7 @@
12628
12629 function server_showConfigDlg() {
12630 if (xxdialogMode) return false;
12631 - setDialogMode(2, "MeshCentral Config", 1, null, "Loading...", 'MeshCentralServerConfig');
12631 + setDialogMode(2, "MeshCentral Server Config", 1, null, "Loading...", 'MeshCentralServerConfig');
12632 meshserver.send({ action: 'serverconfig' });
12633 return false;
12634 }