mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 17:15:46 -04:00
l10n: Remove a text string from translation
Removal of a text string from a translation in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
7c870faf17
commit
f2cdd8af99
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('%s', [$_['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('%s', [$_['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