Fixes #2996 - New incident notification is Markdown powered

This commit is contained in:
James Brooks
2018-06-17 18:41:48 +01:00
parent 139a0a4eb1
commit 9ac6b8b1a2
3 changed files with 32 additions and 10 deletions

View File

@@ -75,10 +75,11 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe',
'button' => 'Subscribe',
'manage_subscription' => 'Manage subscription',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'manage_at_link' => 'Manage your subscriptions at :link',