mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fixed two broken labels
This commit is contained in:
parent
97d512607b
commit
e1a8da0889
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ email:
|
|||
subs: Subscribe
|
||||
subscribe: Subscribe to our email list
|
||||
updates: Get Updates
|
||||
yescode: Yes
|
||||
yescode: "Yes"
|
||||
global:
|
||||
get: Get LBRY
|
||||
learn: Learn More
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<h3><?php echo __('page.team.header') ?></h3>
|
||||
<p><?php echo __('page.rebels') ?></p>
|
||||
<p><?php echo __('learn.rebels') ?></p>
|
||||
<a href="/team" class="btn-alt"><?php echo __('learn.team') ?></a>
|
||||
</div>
|
||||
<div class="span6">
|
||||
|
|
Loading…
Add table
Reference in a new issue