mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-05 05:15:18 +00:00
change new user tag to just be os
This commit is contained in:
parent
66397a7f93
commit
5a61bdfe2f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<p>{{download.unavailable}}</p>
|
<p>{{download.unavailable}}</p>
|
||||||
<?php echo View::render('mail/_subscribeForm', [
|
<?php echo View::render('mail/_subscribeForm', [
|
||||||
'tag' => 'lbryio-waitlist-'.ltrim($os, '/'),
|
'tag' => $os,
|
||||||
'submitLabel' => 'Join List',
|
'submitLabel' => 'Join List',
|
||||||
'hideDisclaimer' => true,
|
'hideDisclaimer' => true,
|
||||||
'largeInput' => true,
|
'largeInput' => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue