summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-19 00:00:11 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit3494e602903e4cd0e25e626b76b51be4e95a8a05 (patch)
treed3864646ff71cc0eb092affa8862566bd0c5c641 /templates
parent5444bc6f3c3466de25b8e7bda699f59de224d54c (diff)
✨ Shared items: show sharer display name
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 9264d8fb5..6a5c8421c 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -167,7 +167,7 @@
</div>
<div ng-if="Share.isSocialAppEnabled('email')" class="col-4">
<a class="icon-dropdown icon-mail pr-5"
- ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', '<?php p($l->t('Check out this article')) ?>') }}"></a>
+ ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', '<?php p($l->t('Check out this article')) ?>') }}"></a>
</div>
</div>
</div>
@@ -209,7 +209,7 @@
<span ng-if="item.sharedBy">
<span ng-if="item.author">-</span>
<?php p($l->t('shared by')) ?>
- {{ ::item.sharedBy }}
+ {{ ::item.sharedByDisplayName }}
</span>
</div>