Untranslatable string "Home" in /sites/all/themes/md_hosoren/theme_setting/front/function.theme.inc line:330
$breadcrumb[0] = '<a href="' . url('<front>', array('absolute' => TRUE)) . '">Home</a>';
it should be
$breadcrumb[0] = '<a href="' . url('<front>', array('absolute' => TRUE)) . '">' . t('Home') . '</a>';
Thanks
Hi,
Thank you for your suggestion, our developer will check and update it soon.