Skip to content

Commit

Permalink
fix typo in langauge-definition
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Jan 12, 2023
1 parent d4a6ab1 commit 529890b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lng/de.lng.php
Expand Up @@ -2138,7 +2138,7 @@
'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',
Expand Down
2 changes: 1 addition & 1 deletion lng/en.lng.php
Expand Up @@ -2269,7 +2269,7 @@
'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',
Expand Down

0 comments on commit 529890b

Please sign in to comment.