diff --git a/translate/translate.json b/translate/translate.json index 1829c977..cfdf6510 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -5471,7 +5471,7 @@ { "en": "Account changed to sync with LDAP data.", "nl": "Account gewijzigd om te synchroniseren met LDAP gegevens.", - "pl": "Konto zmienione di synchronizacji z danymi LDAP.", + "pl": "Konto zmienione di synchronizacji z danymi LDAP.", "xloc": [ "default.handlebars->45->2377" ] @@ -79276,4 +79276,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/views/agentinvite.handlebars b/views/agentinvite.handlebars index 3d0c01c0..5d5c8cdc 100644 --- a/views/agentinvite.handlebars +++ b/views/agentinvite.handlebars @@ -91,7 +91,7 @@

Microsoft™ Windows 64bit

Download the software here, run it and press "Install" or "Connect".

- +
@@ -99,7 +99,7 @@

Microsoft™ Windows 32bit

Download the software here, run it and press "Install" or "Connect".

- +
@@ -118,7 +118,7 @@

Apple™ MacOS

Download the installer here, right click on it or press "control" and click on the file. Then select "Open" and follow the instructions.

- +
@@ -347,15 +347,18 @@ var url = 'meshagents?id=4&meshid=' + meshid; if (installFlags != 0) { url += ('&installflags=' + installFlags); } Q('win64url').href = url; + Q('win64url2').href = url; // Windows 32bit Setup url = 'meshagents?id=3&meshid=' + meshid; if (installFlags != 0) { url += ('&installflags=' + installFlags); } Q('win32url').href = url; + Q('win32url2').href = url; // MacOS Setup url = 'meshosxagent?id=16&meshid=' + meshid; Q('macosurl').href = url; + Q('macosurl2').href = url; // Linux Setup if (serverHttps == 1) {