Skip to content

Commit a6ef9df

Browse files
authored
Merge pull request #28698 from nextcloud/Valdnet-patch-1
l10n: Remove a text string from translation
2 parents fbf59c6 + 325aa48 commit a6ef9df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/files_sharing/templates/public.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<?php if (isset($_['mimetype']) && strpos($_['mimetype'], 'image') === 0) { ?>
7676
<div class="directDownload">
7777
<div>
78-
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
78+
<?php p($_['filename'])?> (<?php p($_['fileSize']) ?>)
7979
</div>
8080
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
8181
<span class="icon icon-download"></span>
@@ -87,7 +87,7 @@
8787
<?php if ($_['previewURL'] === $_['downloadURL'] && !$_['hideDownload']): ?>
8888
<div class="directDownload">
8989
<div>
90-
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
90+
<?php p($_['filename'])?> (<?php p($_['fileSize']) ?>)
9191
</div>
9292
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
9393
<span class="icon icon-download"></span>

0 commit comments

Comments
 (0)