Merge pull request #10546 from owncloud/add-note-about-cheers

Add note about the term "Cheers" at end of mail
This commit is contained in:
Thomas Müller 2014-08-20 16:42:08 +02:00
commit 375a8535c4
2 changed files with 2 additions and 0 deletions

View File

@ -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!"));
?>

View File

@ -17,6 +17,7 @@ if ( isset($_['expiration']) ) {
p($l->t("The share will expire on %s.", array($_['expiration'])));
print_unescaped('<br><br>');
}
// TRANSLATORS term at the end of a mail
p($l->t('Cheers!'));
?>
</td>