From f539ff6d5d6cbbe550bb11e3fdaa10cda7c7436a Mon Sep 17 00:00:00 2001 From: Stephan Feddersen Date: Tue, 18 Jul 2017 21:26:34 +0200 Subject: [PATCH] WIO: minor changes correct typo in wio.en.pl language file add button in wio.cgi to change to systems logs (section wio) Signed-off-by: Michael Tremer --- src/wio/lang/wio.en.pl | 2 +- src/wio/wio.cgi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wio/lang/wio.en.pl b/src/wio/lang/wio.en.pl index 154e64fabc..17312a7594 100644 --- a/src/wio/lang/wio.en.pl +++ b/src/wio/lang/wio.en.pl @@ -123,7 +123,7 @@ 'wio_mail_smail' => 'collected mail', 'wio_mail_email' => 'single mails', 'wio_mail_ovpnrw' => 'enable OpenVPN RW and IPSec Statusmails ?', -'wio_edit_set' => 'configuration', +'wio_edit_set' => 'Configuration', 'wio_service' => 'Service:', 'wio_dyndns_success' => 'DynDNS IP identified and registered!', 'wio_remove_all' => 'remove all clients', diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index e7bf7e2a32..631e468f10 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -1955,9 +1955,9 @@ if ( $wiosettings{'ENABLE'} eq 'on' && !$errormessage && $wiosettings{'ACTION'} print" - - - \n + + +
"; -- 2.39.5