mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 09:12:51 -04:00
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:
commit
375a8535c4
2 changed files with 2 additions and 0 deletions
|
|
@ -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!"));
|
||||
?>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue