one more translation

This commit is contained in:
Jeremy Kauffman 2016-06-03 11:32:52 -04:00
parent 7542594769
commit 89aec4afc4
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,9 @@ global:
sentence: Watch, read and play in a decentralized digital library controlled by the community.
email:
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
page:
home:
primary_button: Get LBRY
download:
main:
title: LBRY for %os%

View file

@ -5,7 +5,7 @@
<main class="column-fluid">
<div class="span7">
<div class="cover cover-dark cover-dark-grad content content-stretch content-dark">
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
<?php if ($downloadHtml): ?>
<?php echo View::render('download/_betaNotice') ?>
<?php echo $downloadHtml ?>