diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-11 14:32:18 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-11 14:32:18 -0700 |
commit | 77807d439ec964df295d29b33455849c9a11dc92 (patch) | |
tree | 110a8666cfd4316bbc4251b19c231bffcf7fa90f /mod | |
parent | f2171173fe2c9a0596672da293eb756a514ff789 (diff) | |
download | volse-hubzilla-77807d439ec964df295d29b33455849c9a11dc92.tar.gz volse-hubzilla-77807d439ec964df295d29b33455849c9a11dc92.tar.bz2 volse-hubzilla-77807d439ec964df295d29b33455849c9a11dc92.zip |
minor change on invite
Diffstat (limited to 'mod')
-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" |