From 529890b5d2547d23ac02fed4197a485689e530fb Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 12 Jan 2023 22:27:45 +0100 Subject: [PATCH] fix typo in langauge-definition Signed-off-by: Michael Kaufmann --- lng/de.lng.php | 2 +- lng/en.lng.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lng/de.lng.php b/lng/de.lng.php index bae849b3..b6b84151 100644 --- a/lng/de.lng.php +++ b/lng/de.lng.php @@ -2138,7 +2138,7 @@ Vielen Dank, Ihr Administrator', 'nocustomers' => 'Es wird mindestens ein Kunde benötigt um die Traffic Statistiken anzuzeigen.', 'top5customers' => 'Top 5 Kunden', 'nodata' => 'Keine Daten im angegebenen Zeitraum.', - 'range' => [ + 'ranges' => [ 'last24h' => 'die letzten 24 Std', 'last7d' => 'die letzten 7 Tage', 'last30d' => 'die letzten 30 Tage', diff --git a/lng/en.lng.php b/lng/en.lng.php index c9deaff0..14d27567 100644 --- a/lng/en.lng.php +++ b/lng/en.lng.php @@ -2269,7 +2269,7 @@ Yours sincerely, your administrator', 'nocustomers' => 'You need at least one customer to view the traffic reports.', 'top5customers' => 'Top 5 customers', 'nodata' => 'No data for given range found.', - 'range' => [ + 'ranges' => [ 'last24h' => 'last 24 hours', 'last7d' => 'last 7 days', 'last30d' => 'last 30 days',