Include unsubscribe link in Slack footer

This commit is contained in:
James Brooks
2017-01-03 15:14:51 +00:00
parent e8ce42b8d6
commit ce577fb97d
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -76,9 +76,10 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'button' => 'Subscribe',
'manage' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],