From f7f1d7ff93496c7704c4bbce485b2e4146fcf1c5 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Thu, 13 Sep 2018 11:55:11 -0400 Subject: [PATCH] Added descriptions per Rob for reward, subscription tag. --- controller/action/MailActions.class.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/controller/action/MailActions.class.php b/controller/action/MailActions.class.php index b97fe21e..165765b9 100644 --- a/controller/action/MailActions.class.php +++ b/controller/action/MailActions.class.php @@ -74,7 +74,7 @@ class MailActions extends Actions public static function prepareSettingsFormPartial(array $vars) { - return $vars + [ + return $vars + [ 'tagMetadata' => [ '3d-printing' => [ 'label' => '3D Printing', @@ -104,6 +104,14 @@ class MailActions extends Actions 'label' => 'iPhone', 'description' => 'Be an iOS alpha tester, earn LBC, and receive notification when the app goes live!' ], + 'reward' => [ + 'label' => 'Rewards', + 'description' => 'Receive emails about the latest rewards that are available to LBRY users.' + ], + 'subscription' => [ + 'label' => 'Subscriptions', + 'description' => 'Stay up to date on the latest content from your favorite creators.' + ], ] ]; }