mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
wrap App text with t() to let it use locales
This commit is contained in:
parent
1a519b851d
commit
713a1c683b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
</a>
|
||||
<a href="#" class="menutoggle">
|
||||
<div class="header-appname">
|
||||
<?php p(!empty($_['application'])?$_['application']:'Apps'); ?>
|
||||
<?php p(!empty($_['application'])?$_['application']: $l->t('Apps')); ?>
|
||||
</div>
|
||||
<div class="icon-caret"></div>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue