diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 2d0a46b7ccd..213ff8faf86 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -136,7 +136,7 @@ if ($type == 0 && $conf->global->CATEGORY_ASSIGNED_TO_A_CUSTOMER) else { print ''; - print $langs->trans("InternalCategory").''; + print $langs->trans("InernalCategory").''; print ($c->visible ? $langs->trans("Visible") : $langs->trans("Invisible")); print ''; }