From d06fd4069612b9063a93ca6361aa4780f67f4b41 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Nov 2013 04:07:13 -0800 Subject: change product name on notification emails to lowercase --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3