diff options
author | zottel <github@zottel.net> | 2015-09-14 08:55:46 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-14 08:55:46 +0200 |
commit | 06bfd2b5025f9dc8e4672f1965b92660daac770e (patch) | |
tree | 28bca830a3fbaa14d7cc4989992e274b1f87caca /mod/invite.php | |
parent | 99c5c7ab28faa2741630d24dbf5d708bcff1b851 (diff) | |
parent | fd708b28b8b985c8cdab096401b23bb42d1c0056 (diff) | |
download | volse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.tar.gz volse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.tar.bz2 volse-hubzilla-06bfd2b5025f9dc8e4672f1965b92660daac770e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/invite.php')
-rw-r--r-- | mod/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invite.php b/mod/invite.php index 1fdfbacc6..46fa7b413 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -73,7 +73,7 @@ function invite_post(&$a) { $account = $a->get_account(); - $res = mail($recip, sprintf( t('Please join us on Red'), $a->config['sitename']), + $res = mail($recip, sprintf( t('Please join us on $Projectname'), $a->config['sitename']), $nmessage, "From: " . $account['account_email'] . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" |