diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-30 13:33:49 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-30 13:33:49 +0200 |
commit | 084f76fd14125023d5b7277c558eb86a20ea07d3 (patch) | |
tree | 0cd4b67a404d54956146d21635f1203561d9e14d /core/templates/mail.php | |
parent | 17aa49a890195f8482e527f2b8c102238d94bc7c (diff) | |
download | nextcloud-server-084f76fd14125023d5b7277c558eb86a20ea07d3.tar.gz nextcloud-server-084f76fd14125023d5b7277c558eb86a20ea07d3.zip |
grammar fixes
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r-- | core/templates/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php index 1464d2be2f4..40092f5491f 100644 --- a/core/templates/mail.php +++ b/core/templates/mail.php @@ -14,7 +14,7 @@ <?php print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href="%s">View it!</a><br><br>', array($_['user_displayname'], $_['filename'], $_['link']))); if ( isset($_['expiration']) ) { - print_unescaped($l->t("The share will expire at %s.<br><br>", array($_['expiration']))); + print_unescaped($l->t("The share will expire on %s.<br><br>", array($_['expiration']))); } p($l->t('Cheers!')); ?> |