aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-11 14:32:18 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-11 14:32:18 -0700
commit77807d439ec964df295d29b33455849c9a11dc92 (patch)
tree110a8666cfd4316bbc4251b19c231bffcf7fa90f /mod
parentf2171173fe2c9a0596672da293eb756a514ff789 (diff)
downloadvolse-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.php2
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"