summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-03-13 19:05:41 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit76dfa014ea46c82d952f95e78a2a9ac336ab17e8 (patch)
treeca165854cb649899ea14703ed599898b2793fa5d
parent099ec7f418848f0d09cba267ce656bdde0d231c3 (diff)
Add traduction subject sharing 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 0c92c3d55..7459d4baa 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=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 site')) ?>&amp;body=Check out this site {{ ::item.url }}"></a>
</div>
</div>