diff --git a/plugins/relationships/term_parent.inc b/plugins/relationships/term_parent.inc
index 0ee9ebf..f084cca 100644
--- a/plugins/relationships/term_parent.inc
+++ b/plugins/relationships/term_parent.inc
@@ -13,7 +13,7 @@ $plugin = array(
   'title' => t('Term parent'),
   'keyword' => 'parent_term',
   'description' => t('Adds a taxonomy term parent from a term context.'),
-  'required context' => new ctools_context_required(t('Term'), 'entity_taxonomy_term'),
+  'required context' => new ctools_context_required(t('Term'), 'entity:taxonomy_term'),
   'context' => 'ctools_term_parent_context',
   'edit form' => 'ctools_term_parent_settings_form',
   'defaults' => array('type' => 'top'),
