diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-29 17:16:14 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-29 17:16:14 +0200 |
commit | 003049e8a692ba80449da5476b9a397d6b5a301c (patch) | |
tree | e6207d43dcf1285333940876ef81437c3d802c8f /apps/files_sharing/templates/public.php | |
parent | df32254133b1a22542bd75e8f907a0d2258b6130 (diff) | |
download | nextcloud-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.php | 2 |
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> |