aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-15 04:07:13 -0800
committerfriendica <info@friendica.com>2013-11-15 04:07:13 -0800
commitd06fd4069612b9063a93ca6361aa4780f67f4b41 (patch)
treed9a5d3e87b0e8c4185a77bd2836e68bac5dd9423
parentbff135db62fa4824fec1e115c7afd3b7560c7fa7 (diff)
downloadvolse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.tar.gz
volse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.tar.bz2
volse-hubzilla-d06fd4069612b9063a93ca6361aa4780f67f4b41.zip
change product name on notification emails to lowercase
-rw-r--r--include/enotify.php2
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');