]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove file name from upper right button
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 29 Apr 2014 15:16:14 +0000 (17:16 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 29 Apr 2014 15:16:14 +0000 (17:16 +0200)
apps/files_sharing/templates/public.php

index cbf7827456ee7cb4d66e38fba6d930ffeb819bbc..12d72ca6d7790aec42cb236e611a52bc6f91e669 100644 (file)
@@ -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>