mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #28698 from nextcloud/Valdnet-patch-1
l10n: Remove a text string from translation
This commit is contained in:
commit
a6ef9dfe47
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
|
|||
<?php if (isset($_['mimetype']) && strpos($_['mimetype'], 'image') === 0) { ?>
|
||||
<div class="directDownload">
|
||||
<div>
|
||||
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
|
||||
<?php p($_['filename'])?> (<?php p($_['fileSize']) ?>)
|
||||
</div>
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
|
||||
<span class="icon icon-download"></span>
|
||||
|
|
@ -87,7 +87,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
|
|||
<?php if ($_['previewURL'] === $_['downloadURL'] && !$_['hideDownload']): ?>
|
||||
<div class="directDownload">
|
||||
<div>
|
||||
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
|
||||
<?php p($_['filename'])?> (<?php p($_['fileSize']) ?>)
|
||||
</div>
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
|
||||
<span class="icon icon-download"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue