From c73d5e0799eea5320d20551d93dc6317054e8b40 Mon Sep 17 00:00:00 2001 From: kroerig Date: Fri, 15 Sep 2023 14:56:10 +0200 Subject: [PATCH] Update notifications.php --- resources/lang/de-DE/notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de-DE/notifications.php b/resources/lang/de-DE/notifications.php index 30e0fa80..9ee1d429 100644 --- a/resources/lang/de-DE/notifications.php +++ b/resources/lang/de-DE/notifications.php @@ -87,9 +87,9 @@ return [ ], 'manage' => [ 'mail' => [ - 'subject' => 'Manage Your Subscription', - 'content' => 'Click to manage your subscription to :app_name status page.', - 'title' => 'Click to manage your subscription to :app_name status page.', + 'subject' => 'Verwaltung Ihres Abonnements', + 'content' => 'Klicken, um Ihr Abonnement für die Statusseite :app_name zu verwalten.', + 'title' => 'Klicken, um Ihr Abonnement für die Statusseite :app_name zu verwalten.', 'action' => 'Abonnements verwalten', ], ],