diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt
index f9ac7a449..9cf486f7f 100644
--- a/languages/en_US/helptext.txt
+++ b/languages/en_US/helptext.txt
@@ -2205,7 +2205,7 @@ The icon is used to show or hide the private, pu
Use this field to set a name for this peer connection and make it easily recognizable. The same name will appear in the configuration of the peer at the opposite side.
:end
-: wg_peer_preshared_key_help:
+:wg_peer_preshared_key_help:
For added security a preshared key can be used. Use the **Generate Key** button to automatically create a unique preshared key.
This key is the same at both server and peer side and is added to the peer configuration as well.
:end
diff --git a/plugins/dynamix.docker.manager/include/DockerContainers.php b/plugins/dynamix.docker.manager/include/DockerContainers.php
index dfc99ae95..2ed03879c 100644
--- a/plugins/dynamix.docker.manager/include/DockerContainers.php
+++ b/plugins/dynamix.docker.manager/include/DockerContainers.php
@@ -125,7 +125,7 @@ foreach ($containers as $ct) {
echo " "._('apply update')."";
break;
case 2:
- echo "
".('rebuild ready')."
";
+ echo "
"._('rebuild ready')."
";
echo " "._('rebuilding')."";
break;
default:
diff --git a/plugins/dynamix.my.servers/include/myservers2.php b/plugins/dynamix.my.servers/include/myservers2.php
index b37c64671..6a92dd892 100644
--- a/plugins/dynamix.my.servers/include/myservers2.php
+++ b/plugins/dynamix.my.servers/include/myservers2.php
@@ -202,7 +202,7 @@
'humanReadable' => _('Multiple License Keys Present'),
'error' => [
'heading' => '@:stateData.EGUID1.humanReadable',
- 'message' => _('There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device').'. '.('Please remove all key files except the one you want to replace from the */config* directory on your USB Flash boot device').'. '._('Alternately you may purchase a license key for this USB flash device').'. '._('If you want to replace one of your license keys with a new key bound to this USB Flash device please first remove all other key files first').'.',
+ 'message' => _('There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device').'. '._('Please remove all key files except the one you want to replace from the */config* directory on your USB Flash boot device').'. '._('Alternately you may purchase a license key for this USB flash device').'. '._('If you want to replace one of your license keys with a new key bound to this USB Flash device please first remove all other key files first').'.',
],
],
'EBLACKLISTED' => [
@@ -230,7 +230,7 @@
'humanReadable' => _('Trial Requires Internet Connection'),
'error' => [
'heading' => _('Cannot validate Unraid Trial key'),
- 'message' => _('Your Trial key requires an internet connection').'. '.('Please check Settings > Network').'.',
+ 'message' => _('Your Trial key requires an internet connection').'. '._('Please check Settings > Network').'.',
],
],
'STALE' => [
diff --git a/plugins/dynamix.vm.manager/VMSettings.page b/plugins/dynamix.vm.manager/VMSettings.page
index f7ad09c01..075f498cc 100644
--- a/plugins/dynamix.vm.manager/VMSettings.page
+++ b/plugins/dynamix.vm.manager/VMSettings.page
@@ -23,7 +23,7 @@ require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php";
// If either kvm_intel or kvm_amd are loaded then Intel VT-x (vmx) or AMD-V (svm) cpu virtualization support was found
$hardware = !empty(shell_exec("/etc/rc.d/rc.libvirt test"));
if (!$hardware) {
- echo "
".('Your hardware does not have Intel VT-x or AMD-V capability').". "._('This is required to create VMs in KVM').". "._('Please disable the VM function').". ";
+ echo "