diff --git a/includes/commerce_addressbook.user.inc b/includes/commerce_addressbook.user.inc index d2dc748..6c7a76a 100644 --- a/includes/commerce_addressbook.user.inc +++ b/includes/commerce_addressbook.user.inc @@ -163,6 +163,7 @@ function commerce_addressbook_page($account) { * all other profiles of the same type. */ function commerce_addressbook_profile_page($account, $profile_type) { + drupal_set_title(commerce_customer_profile_type_get_name($profile_type)); $output = ''; $arguments = array($account->uid, $profile_type); $defaults_view = commerce_addressbook_retrieve_view('commerce_addressbook_defaults', 'default', $arguments);