diff --git a/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php b/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php index 007bd0018c97..1117bd87d870 100644 --- a/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php +++ b/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php @@ -211,8 +211,8 @@ class ViewTestData { ), ); $data['views_test_data']['status'] = array( - 'title' => t('Status'), - 'help' => t('The status of this record'), + 'title' => 'Status', + 'help' => 'The status of this record', 'field' => array( 'id' => 'boolean', ),