mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update 'Get Started' button text to use i18n
This commit is contained in:
parent
f5e2d4a0af
commit
de03b911d9
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ $front = get_frontpage(); ?>
|
|||
</div>
|
||||
<div class="col-lg-9 col-xl-8 text-center">
|
||||
<div class="lead"><?php echo $front->body;?></div>
|
||||
<?php if (!empty($pages[0])):?><a class="btn btn-primary btn-lg px-4 mb-2" href="<?php echo $pages[0]->url;?>" role="button">Get Started</a><?php endif;?>
|
||||
<?php if (!empty($pages[0])):?><a class="btn btn-primary btn-lg px-4 mb-2" href="<?php echo $pages[0]->url;?>" role="button"><?php echo i18n('getstarted');?></a><?php endif;?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue