Update notifications.php

This commit is contained in:
kroerig 2023-09-15 14:56:10 +02:00 committed by GitHub
parent 2323e9c0e3
commit c73d5e0799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
],
],