summaryrefslogtreecommitdiffstats
path: root/core/templates/altmail.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-08-20 15:14:07 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-08-20 15:14:07 +0200
commitb6d3a6a05441f31a66b2b9118379d98c8777ded6 (patch)
tree3b095a7cffb88975f01fc1b31aa94dea1e7005b3 /core/templates/altmail.php
parent57746ffed43fde4847d7457499d497d6d1b32024 (diff)
downloadnextcloud-server-b6d3a6a05441f31a66b2b9118379d98c8777ded6.tar.gz
nextcloud-server-b6d3a6a05441f31a66b2b9118379d98c8777ded6.zip
Add note about the term "Cheers" at end of mail
* for translators * fixes #8689
Diffstat (limited to 'core/templates/altmail.php')
-rw-r--r--core/templates/altmail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 7776919ea34..b2b45e454a7 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -4,6 +4,7 @@ if ( isset($_['expiration']) ) {
print_unescaped($l->t("The share will expire on %s.", array($_['expiration'])));
print_unescaped('\n\n');
}
+// TRANSLATORS term at the end of a mail
p($l->t("Cheers!"));
?>