diff --git a/web/app/View/Config/index.ctp b/web/app/View/Config/index.ctp index 3a57f4716..be5fad2d2 100644 --- a/web/app/View/Config/index.ctp +++ b/web/app/View/Config/index.ctp @@ -8,7 +8,7 @@ $value) { $category = $value['Config']['Category']; - echo '
  • ' . $category . '
  • '; + echo '
  • ' . ucfirst($category) . '
  • '; } ?>