change new user tag to just be os

This commit is contained in:
Jeremy Kauffman 2017-12-13 11:09:57 -05:00 committed by GitHub
parent 66397a7f93
commit 5a61bdfe2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,