diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-06-04 17:05:37 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-06-14 10:14:07 +0200 |
commit | e6f3850890537f8407e4028258e9631d8a0feaf1 (patch) | |
tree | 98804f10f80284c492a9cce46ee741a81ba656e1 /apps/files_sharing/templates | |
parent | c580aeb4550adab2ffaa25f9b844012d54f9f05f (diff) | |
download | nextcloud-server-e6f3850890537f8407e4028258e9631d8a0feaf1.tar.gz nextcloud-server-e6f3850890537f8407e4028258e9631d8a0feaf1.zip |
Update for changes in master
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 1c0570cb018..92d561e18e1 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -27,7 +27,6 @@ <img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/> <?php p($l->t('Download'))?> </a> - <?php p($l->t('shared by %s', array($_['displayName']))) ?> </span> </div> </div></header> |