summaryrefslogtreecommitdiffstats
path: root/lib/mail.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mail.php')
-rw-r--r--lib/mail.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/mail.php b/lib/mail.php
index e15af277a64..d6a383fe003 100644
--- a/lib/mail.php
+++ b/lib/mail.php
@@ -113,9 +113,10 @@ class OC_Mail {
*/
public static function getfooter() {
- $txt="\n-- \n";
- $txt.="ownCloud\n";
- $txt.="Your Cloud, Your Data, Your Way!\n";
+ $txt="\n--\n";
+ $txt.=OC_Defaults::getName() . "\n";
+ $txt.=OC_Defaults::getSlogan() . "\n";
+
return($txt);
}