diff --git a/commerce_shipping.module b/commerce_shipping.module
index 04c73ba..6fa8fe1 100644
--- a/commerce_shipping.module
+++ b/commerce_shipping.module
@@ -304,7 +304,7 @@ function commerce_shipping_method_instance_load($instance_id) {
     if ($action->getElementName() == 'commerce_shipping_enable_' . $method_id) {
       // Set label if we have any set.
       if (is_array($action->settings['shipping_method']) && !empty($action->settings['shipping_method']['shipping_label'])) {
-        $shipping_method['shipping_label'] = $action->settings['shipping_method']['shipping_label'];
+        $shipping_method['shipping_label'] = t($action->settings['shipping_method']['shipping_label']);
       }
       if (is_array($action->settings['shipping_method']['settings'])) {
         $shipping_method['settings'] = $action->settings['shipping_method']['settings'];
