summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-03-13 19:15:05 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitcaa847fa32c1ac34761c8a3e879f649702330507 (patch)
tree3e363b2650f3cfafcb97c09b29bb67f92e3dc831
parent76dfa014ea46c82d952f95e78a2a9ac336ab17e8 (diff)
Add traduction for body in share by mail
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 7459d4baa..cdb49df59 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -151,7 +151,7 @@
</div>
<div class="col-4">
<a class="icon-dropdown icon-mail pr-5"
- ng-href="mailto:?subject=<?php p($l->t('I wanted you to see this site')) ?>&amp;body=Check out this site {{ ::item.url }}"></a>
+ ng-href="mailto:?subject=<?php p($l->t('I wanted you to see this article')) ?>&amp;body=<?php p($l->t('Check out this article')) ?>{{ ::item.url }}"></a>
</div>
</div>