change product name on notification emails to lowercase
This commit is contained in:
parent
bff135db62
commit
d06fd40696
@ -34,7 +34,7 @@ function notification($params) {
|
|||||||
push_lang($recip['account_language']); // should probably have a channel language
|
push_lang($recip['account_language']); // should probably have a channel language
|
||||||
|
|
||||||
$banner = t('Red Matrix Notification');
|
$banner = t('Red Matrix Notification');
|
||||||
$product = RED_PLATFORM;
|
$product = t('redmatrix'); // RED_PLATFORM;
|
||||||
$siteurl = $a->get_baseurl(true);
|
$siteurl = $a->get_baseurl(true);
|
||||||
$thanks = t('Thank You,');
|
$thanks = t('Thank You,');
|
||||||
$sitename = get_config('system','sitename');
|
$sitename = get_config('system','sitename');
|
||||||
|
Reference in New Issue
Block a user