summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/public.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-29 17:16:14 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-29 17:16:14 +0200
commit003049e8a692ba80449da5476b9a397d6b5a301c (patch)
treee6207d43dcf1285333940876ef81437c3d802c8f /apps/files_sharing/templates/public.php
parentdf32254133b1a22542bd75e8f907a0d2258b6130 (diff)
downloadnextcloud-server-003049e8a692ba80449da5476b9a397d6b5a301c.tar.gz
nextcloud-server-003049e8a692ba80449da5476b9a397d6b5a301c.zip
remove file name from upper right button
Diffstat (limited to 'apps/files_sharing/templates/public.php')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index cbf7827456e..12d72ca6d77 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -17,7 +17,7 @@
<div class="header-right">
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
- <?php p($l->t('Download %s', array($_['filename'])))?>
+ <?php p($l->t('Download'))?>
</a>
</div>
</div></header>