summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-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>