diff options
author | friendica <info@friendica.com> | 2013-11-15 04:07:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 04:07:13 -0800 |
commit | d06fd4069612b9063a93ca6361aa4780f67f4b41 (patch) | |
tree | d9a5d3e87b0e8c4185a77bd2836e68bac5dd9423 /include/enotify.php | |
parent | bff135db62fa4824fec1e115c7afd3b7560c7fa7 (diff) | |
download | volse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.tar.gz volse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.tar.bz2 volse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.zip |
change product name on notification emails to lowercase
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index 35a554f60..67fe748d1 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -34,7 +34,7 @@ function notification($params) { push_lang($recip['account_language']); // should probably have a channel language $banner = t('Red Matrix Notification'); - $product = RED_PLATFORM; + $product = t('redmatrix'); // RED_PLATFORM; $siteurl = $a->get_baseurl(true); $thanks = t('Thank You,'); $sitename = get_config('system','sitename'); |