mirror of https://github.com/sualko/cloud_bbb
fix: translate settings header
parent
77e8f97fb0
commit
f40b24f240
|
@ -27,7 +27,7 @@ script('bbb', 'restrictions');
|
|||
<h3><?php p($l->t('Community')); ?></h3>
|
||||
<p><?php p($l->t('Are you enjoying this app? Give something back to the open source community.')); ?> <a href="https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md" target="_blank" rel="noopener noreferrer" class="button"><span class="heart"></span> <?php p($l->t('Checkout the contributor guide')); ?></a></p>
|
||||
|
||||
<h3>URL Shortener</h3>
|
||||
<h3><?php p($l->t('URL Shortener')); ?></h3>
|
||||
<p><?php p($l->t('If you like to use shorter urls, you can enter a forwarding proxy below.')); ?></p>
|
||||
|
||||
<form id="bbb-shortener">
|
||||
|
@ -39,7 +39,7 @@ script('bbb', 'restrictions');
|
|||
<div class="bbb-result"></div>
|
||||
</form>
|
||||
|
||||
<h3>Restrictions</h3>
|
||||
<h3><?php p($l->t('Restrictions')); ?></h3>
|
||||
<div id="bbb-restrictions">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue