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
commit 8b565ab7f0
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',
],
],