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.' + ], ] ]; }