diff --git a/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php b/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
index 007bd00..1117bd8 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 @@ public static function viewsData() {
       ),
     );
     $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',
       ),
