Fixed typo, #3190.

Ylian Saint-Hilaire committed Oct 13, 2021 at 11:04 UTC c814fdc41252c121f210f4cb616d5261939f59b1
5 files changed +5 -5
agents/meshinstall-linux.js
+1 -1
@@ -40,7 +40,7 @@ Object.defineProperty(Array.prototype, 'getParameter',
40 }
41 });
42
43 -// The folloing line just below with 'msh=' needs to stay exactly like this since MeshCentral will replace it with the correct settings.
43 +// The following line just below with 'msh=' needs to stay exactly like this since MeshCentral will replace it with the correct settings.
44 var msh = {};
45 var translation = JSON.parse(msh.translation);
46
emails/device-notify.html
+1 -1
@@ -9,7 +9,7 @@
9 </table>
10 <area-header>
11 <p>
12 - The folloing devices have changed their connection state.
12 + The following devices have changed their connection state.
13 </p>
14 </area-header>
15 <area-connections>
emails/device-notify.txt
+1 -1
@@ -1,6 +1,6 @@
1 [[[SERVERNAME]]] - Device Notification
2 ~<area-header>
3 -The folloing devices have changed their connection state.
3 +The following devices have changed their connection state.
4 ~</area-header>
5 ~<area-connections>
6 ~
meshcentral.js
+1 -1
@@ -2851,7 +2851,7 @@ function CreateMeshCentralServer(config, args) {
2851 obj.fs.readFile(amtlogfilename, 'utf8', function (err, data) {
2852 var amtPasswords = {}; // UUID --> [Passwords]
2853 if ((err == null) && (data != null)) {
2854 - const lines = data.split('\r\n').join('\n').split('\n');
2854 + const lines = data.split('\n');
2855 for (var i in lines) {
2856 var line = lines[i];
2857 if (line.startsWith('{')) {
translate/translate.json
+1 -1
@@ -56369,7 +56369,7 @@
56369 ]
56370 },
56371 {
56372 - "en": "The folloing devices have changed their connection state.",
56372 + "en": "The following devices have changed their connection state.",
56373 "xloc": [
56374 "device-notify.html->2->3->1",
56375 "device-notify.txt"