This commit is contained in:
Lukas Reschke 2016-06-09 10:29:48 +02:00
parent 075bf73c80
commit 53ba111e21
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ OCP\Util::addscript('files', 'keyboardshortcuts');
<?php } else { ?>
<div id="emptycontent" class="">
<div class="icon-upload"></div>
<h2>Upload files to <?php print_unescaped($_['shareOwner']); ?></h2>
<h2><?php p($l->t('Upload files to %s', [$_['shareOwner']])) ?></h2>
<a href="#" class="inlineblock button">Select</a>
</div>
<?php } ?>