diff --git a/includes/entity.wrapper.inc b/includes/entity.wrapper.inc
index 4ee1c3a..50f9293 100644
--- a/includes/entity.wrapper.inc
+++ b/includes/entity.wrapper.inc
@@ -1081,7 +1081,7 @@ class EntityListWrapper extends EntityMetadataWrapper implements IteratorAggrega
    * Returns the label for the list of set values if available.
    */
   public function label() {
-    if ($options = $this->optionsList('view')) {
+    if ($this->info['type'] !== 'list<taxonomy_term>' && $options = $this->optionsList('view')) {
       $options = entity_property_options_flatten($options);
       $labels = array_intersect_key($options, array_flip((array) parent::value()));
     }
