Added descriptions per Rob for reward, subscription tag.

This commit is contained in:
Mark Beamer Jr 2018-09-13 11:55:11 -04:00
parent 22e4fa6aeb
commit f7f1d7ff93
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

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