aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/altmail.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-30 13:33:49 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-30 13:33:49 +0200
commit084f76fd14125023d5b7277c558eb86a20ea07d3 (patch)
tree0cd4b67a404d54956146d21635f1203561d9e14d /core/templates/altmail.php
parent17aa49a890195f8482e527f2b8c102238d94bc7c (diff)
downloadnextcloud-server-084f76fd14125023d5b7277c558eb86a20ea07d3.tar.gz
nextcloud-server-084f76fd14125023d5b7277c558eb86a20ea07d3.zip
grammar fixes
Diffstat (limited to 'core/templates/altmail.php')
-rw-r--r--core/templates/altmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 5df43b50776..00b67bee456 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -1,7 +1,7 @@
<?php
print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
if ( isset($_['expiration']) ) {
- print_unescaped($l->t("The share will expire at %s.\n\n", array($_['expiration'])));
+ print_unescaped($l->t("The share will expire on %s.\n\n", array($_['expiration'])));
}
p($l->t("Cheers!"));
?>