Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / statistics / statistics.views.inc
index 03e73ffcfa5df1b1a26e65514bf5f807811dc183..e9ce1644274d84c4a76e724a39ee9115354b7a8f 100644 (file)
@@ -9,7 +9,7 @@
  * Implements hook_views_data().
  */
 function statistics_views_data() {
-  $data['node_counter']['table']['group']  = t('Content statistics');
+  $data['node_counter']['table']['group'] = t('Content statistics');
 
   $data['node_counter']['table']['join'] = [
     'node_field_data' => [