Fix typo in 'html/cgi-bin/logs.cgi/log.dat'

Message ID 20190108131441.5734-1-matthias.fischer@ipfire.org
State Accepted
Commit e26a5c488556579d1bd639b50adbc31da450e70c
Headers
Series Fix typo in 'html/cgi-bin/logs.cgi/log.dat' |

Commit Message

Matthias Fischer Jan. 9, 2019, 12:14 a.m. UTC
  Translation string uses capital letter: 'Captive' => 'Captive Portal',

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 html/cgi-bin/logs.cgi/log.dat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer Jan. 9, 2019, 2:44 a.m. UTC | #1
Thanks

> On 8 Jan 2019, at 13:14, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> Translation string uses capital letter: 'Captive' => 'Captive Portal',
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> html/cgi-bin/logs.cgi/log.dat | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat
> index f241365a1..153ffb5f0 100644
> --- a/html/cgi-bin/logs.cgi/log.dat
> +++ b/html/cgi-bin/logs.cgi/log.dat
> @@ -78,7 +78,7 @@ my %sections = (
> my %trsections = (
>         'auth' => "$Lang::tr{'loginlogout'}",
> 		'wio' => 'Who Is Online?',
> -        'captive' => $Lang::tr{'captive'},
> +        'captive' => $Lang::tr{'Captive'},
>         'clamav' => 'ClamAV',
>         'collectd' => 'Collectd',
>         'cron' => 'Cron',
> -- 
> 2.18.0
>
  

Patch

diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat
index f241365a1..153ffb5f0 100644
--- a/html/cgi-bin/logs.cgi/log.dat
+++ b/html/cgi-bin/logs.cgi/log.dat
@@ -78,7 +78,7 @@  my %sections = (
 my %trsections = (
         'auth' => "$Lang::tr{'loginlogout'}",
 		'wio' => 'Who Is Online?',
-        'captive' => $Lang::tr{'captive'},
+        'captive' => $Lang::tr{'Captive'},
         'clamav' => 'ClamAV',
         'collectd' => 'Collectd',
         'cron' => 'Cron',