diff --git a/modules/customer/commerce_customer.module b/modules/customer/commerce_customer.module index d2e49c3..65d2d4e 100644 --- a/modules/customer/commerce_customer.module +++ b/modules/customer/commerce_customer.module @@ -403,7 +403,7 @@ } $checkout_panes['customer_profile_' . $type] = array( - 'title' => !empty($instance['label']) ? check_plain($instance['label']) : $profile_type['name'], + 'title' => !empty($instance['label']) ? t(check_plain($instance['label'])) : $profile_type['name'], 'file' => 'includes/commerce_customer.checkout_pane.inc', 'base' => 'commerce_customer_profile_pane', 'page' => 'checkout',