Typo fix in gettext string, update locales + compile .mo files

This commit is contained in:
billz
2023-08-26 15:05:07 +02:00
parent f7f67023f4
commit 36be6e3980
18 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<h4 class="mt-3 mb-3"><?php echo _("Configurations"); ?></h4>
<p id="openvpnconfigs-description" class="mb-3">
<small><?php echo _("Currently available OpenVPN client configurations are displayed below.") ?></small>
<br><small class="text-muted"><?php echo _("Activating a configuraton will restart the <code>openvpn-client</code> service.") ?></small>
<br><small class="text-muted"><?php echo _("Activating a configuration will restart the <code>openvpn-client</code> service.") ?></small>
</p>
<div class="openvpn-configs js-openvpn-configs-container">
<?php foreach ($clients as $client) :