Skip to content
Snippets Groups Projects
Commit 375a8535 authored by Thomas Müller's avatar Thomas Müller
Browse files

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

Add note about the term "Cheers" at end of mail
parents 6c593c6a b6d3a6a0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment