fix: translate settings header

pull/126/head
sualko 2021-02-13 16:12:53 +01:00
parent 77e8f97fb0
commit f40b24f240
1 changed files with 4 additions and 4 deletions

View File

@ -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>
<div id="bbb-restrictions">
</div>
<h3><?php p($l->t('Restrictions')); ?></h3>
<div id="bbb-restrictions">
</div>
</div>