Tweaked the category naming. Improved the autoloader for composer.
This commit is contained in:
@ -2800,7 +2800,7 @@ class Fields extends Structure
|
||||
}
|
||||
else
|
||||
{
|
||||
$tempName = $view_name_single . ' category';
|
||||
$tempName = $view_name_list . ' categories';
|
||||
}
|
||||
// set lang
|
||||
$listLangName = $langView . '_' . ComponentbuilderHelper::safeFieldName($tempName, true);
|
||||
|
@ -13394,7 +13394,7 @@ class Interpretation extends Fields
|
||||
{
|
||||
$otherViews = $name_list;
|
||||
// build lang
|
||||
$langName = 'Category For<br />' . ComponentbuilderHelper::safeString($otherViews, 'W');
|
||||
$langName = 'Categories For<br />' . ComponentbuilderHelper::safeString($otherViews, 'W');
|
||||
}
|
||||
if (!in_array($otherViews, $catArray))
|
||||
{
|
||||
|
Reference in New Issue
Block a user