Merge pull request #4353 from kroerig/patch-3

Update notifications.php
This commit is contained in:
James Brooks
2023-12-01 13:06:44 +00:00
committed by GitHub

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