diff --git a/modules/customer/commerce_customer_ui.module b/modules/customer/commerce_customer_ui.module
index b42f346b202faca2450c80ece121c1f2965b8124..46a2e63661bb86d6bbf7e9c6e16377cbffad032b 100644
--- a/modules/customer/commerce_customer_ui.module
+++ b/modules/customer/commerce_customer_ui.module
@@ -78,7 +78,7 @@ function commerce_customer_ui_menu() {
     $type_arg = strtr($type, '_', '-');
 
     $items['admin/commerce/customer-profiles/types/' . $type_arg] = array(
-      'title' => 'Profile types',
+      'title' => $profile_type['name'],
       'page callback' => 'commerce_customer_ui_profile_type_redirect',
       'page arguments' => array($type),
       'access arguments' => array('administer customer profile types'),
