change product name on notification emails to lowercase

This commit is contained in:
friendica 2013-11-15 04:07:13 -08:00
parent bff135db62
commit d06fd40696

View File

@ -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');