mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 12:30:09 +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: ?>
|
||||
<p>{{download.unavailable}}</p>
|
||||
<?php echo View::render('mail/_subscribeForm', [
|
||||
'tag' => 'lbryio-waitlist-'.ltrim($os, '/'),
|
||||
'tag' => $os,
|
||||
'submitLabel' => 'Join List',
|
||||
'hideDisclaimer' => true,
|
||||
'largeInput' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue