diff --git a/core/modules/views/src/Entity/View.php b/core/modules/views/src/Entity/View.php
index 6708d5d..b9de0af 100644
--- a/core/modules/views/src/Entity/View.php
+++ b/core/modules/views/src/Entity/View.php
@@ -20,7 +20,7 @@
  *
  * @ConfigEntityType(
  *   id = "view",
- *   label = @Translation("View"),
+ *   label = @Translation("View", context = "View entity type"),
  *   handlers = {
  *     "access" = "Drupal\views\ViewAccessControlHandler"
  *   },
diff --git a/core/modules/views/views.tokens.inc b/core/modules/views/views.tokens.inc
index 49f3269..1e0540b 100644
--- a/core/modules/views/views.tokens.inc
+++ b/core/modules/views/views.tokens.inc
@@ -12,7 +12,7 @@
  */
 function views_token_info() {
   $info['types']['view'] = array(
-    'name' => t('View'),
+    'name' => t('View', [], ['context' => 'View entity type']),
     'description' => t('Tokens related to views.'),
     'needs-data' => 'view',
   );
