diff --git a/core/modules/views/src/EntityViewsData.php b/core/modules/views/src/EntityViewsData.php index 34de2e5..160cd1e 100644 --- a/core/modules/views/src/EntityViewsData.php +++ b/core/modules/views/src/EntityViewsData.php @@ -265,10 +265,11 @@ public function getViewsData() { ]; $data[$views_revision_base_table][$entity_revision_key]['relationship'] = [ 'id' => 'standard', - 'base' => $views_base_table, + 'base' => $revision_table, 'base field' => $entity_revision_key, - 'title' => $this->t('@label revision', ['@label' => $entity_type_label]), - 'help' => $this->t('Get the actual @label from a @label revision', ['@label' => $entity_type_label]), + 'title' => $this->t('@label revision data', ['@label' => $entity_type_label]), + 'label' => $this->t('Get the data from the @label revision.', ['@label' => $entity_type_label]), + 'help' => $this->t('Relate a @label to its revision data.', ['@label' => $entity_type_label]), ]; }