diff --git a/sources/views/settings.html.php b/sources/views/settings.html.php
index c6cd3c2..ac9dcc4 100644
--- a/sources/views/settings.html.php
+++ b/sources/views/settings.html.php
@@ -17,14 +17,14 @@
along with this program. If not, see .
-->
-
style="margin: 2px 0px 17px" role="alert">
- = T_('Notice') ?>: = T_("You need to upload a Client Certificate, or define a Username (or both) for starting your VPN Client.") ?>
+ = _('Notice') ?>: = _("You need to upload a Client Certificate, or define a Username (or both) for starting your VPN Client.") ?>
- = T_('Notice') ?>: = T_("You need to upload a Server CA for starting your VPN Client.") ?>
+ = _('Notice') ?>: = _("You need to upload a Server CA for starting your VPN Client.") ?>
- = $crt_server_ca_exists ? T_('Update Server CA') : T_('Upload Server CA') ?>
+ = $crt_server_ca_exists ? _('Update Server CA') : _('Upload Server CA') ?>