diff options
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r-- | core/templates/mail.php | 4 |
1 files changed, 2 insertions, 2 deletions
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> |