mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd instances of same terms.
This commit is contained in:
@@ -964,7 +964,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
$tList = self::getEmailTemplateNames('user');
|
||||
foreach($tList as $key => $val)
|
||||
{
|
||||
$emFormat[$key] = LAN_MAILOUT_258 . $val;
|
||||
$emFormat[$key] = LAN_TEMPLATE . $val;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user