diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/altmail.php | 4 | ||||
-rw-r--r-- | core/templates/mail.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php index 4bac3254d93..c1d56c4b1a9 100644 --- a/core/templates/altmail.php +++ b/core/templates/altmail.php @@ -3,7 +3,7 @@ print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared »%s« ?> -- -<?php -print_unescaped($l->t("ownCloud – web services under your control")); +ownCloud - <?php +print_unescaped($l->t("web services under your control")); ?> http://ownCloud.org diff --git a/core/templates/mail.php b/core/templates/mail.php index 060e007d339..ebeefd5c7e8 100644 --- a/core/templates/mail.php +++ b/core/templates/mail.php @@ -20,8 +20,8 @@ print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared » <tr> <td bgcolor="#f8f8f8" width="20px"> </td> <td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">--<br> -<?php -print_unescaped($l->t('ownCloud - web services under your control')); +ownCloud - <?php +print_unescaped($l->t('web services under your control')); ?> <br><a href="http://owncloud.org">http://ownCloud.org</a></td> </tr> |