Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-09-13 16:27:50 +0300
committerGitHub <noreply@github.com>2021-09-13 16:27:50 +0300
commita6ef9dfe47613dc3d892a9df963906ed4210a5ab (patch)
tree6b9fdf75330d16085ac160a06c24151c6819c722 /apps
parentfbf59c6aded1ff7c069e45710bbdc1006b1d94e6 (diff)
parent325aa48b95f20e5082f7a9192c84f70dad6993d6 (diff)
Merge pull request #28698 from nextcloud/Valdnet-patch-1
l10n: Remove a text string from translation
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/templates/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index e301b41c319..832e8a00b1a 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -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>