From 0442b0ff5d9b2d78f0c2b3881eebfeb4a84b14b1 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sat, 17 Jun 2023 19:42:40 +0200 Subject: [PATCH] Update messages.php --- resources/lang/de/messages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de/messages.php b/resources/lang/de/messages.php index 8348791..c32679f 100644 --- a/resources/lang/de/messages.php +++ b/resources/lang/de/messages.php @@ -236,9 +236,9 @@ return [ 'You haven’t added any links yet' => 'Sie haben noch keine Links hinzugefügt.', 'clicks' => 'Klicks', 'Site statistics:' => 'Seitenstatistik:', - 'Total links' => 'Gesamte links', - 'Total clicks' => 'Gesamtanzahl an Klicks', - 'Total users' => 'Gesamtzahl der Benutzer', + 'Total links' => 'Links', + 'Total clicks' => 'Klicks', + 'Total users' => 'Benutzer', 'Registrations:' => 'Registrierungen:', 'Last 30 days' => 'Letzte 30 Tage', 'Last 7 days' => 'Letzten 7 Tage',