mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 15:31:29 +00:00
Merge pull request #759 from lbryio/new_tag_descriptions
Added descriptions per Rob for reward, subscription tag.
This commit is contained in:
commit
81c27e41ae
1 changed files with 9 additions and 1 deletions
|
@ -74,7 +74,7 @@ class MailActions extends Actions
|
||||||
|
|
||||||
public static function prepareSettingsFormPartial(array $vars)
|
public static function prepareSettingsFormPartial(array $vars)
|
||||||
{
|
{
|
||||||
return $vars + [
|
return $vars + [
|
||||||
'tagMetadata' => [
|
'tagMetadata' => [
|
||||||
'3d-printing' => [
|
'3d-printing' => [
|
||||||
'label' => '3D Printing',
|
'label' => '3D Printing',
|
||||||
|
@ -104,6 +104,14 @@ class MailActions extends Actions
|
||||||
'label' => 'iPhone',
|
'label' => 'iPhone',
|
||||||
'description' => 'Be an iOS alpha tester, earn LBC, and receive notification when the app goes live!'
|
'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.'
|
||||||
|
],
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue