Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Plugin / views / display / Page.php
index baf1434449e7c1c98edd11df72616f730d8ed437..23409ec56da04d8a8b72dc6b5732ed943006aa74 100644 (file)
@@ -259,7 +259,7 @@ class Page extends PathPluginBase {
             'none' => $this->t('No menu entry'),
             'normal' => $this->t('Normal menu entry'),
             'tab' => $this->t('Menu tab'),
-            'default tab' => $this->t('Default menu tab')
+            'default tab' => $this->t('Default menu tab'),
           ],
           '#default_value' => $menu['type'],
         ];
@@ -532,7 +532,7 @@ class Page extends PathPluginBase {
   public function getPagerText() {
     return [
       'items per page title' => $this->t('Items per page'),
-      'items per page description' => $this->t('Enter 0 for no limit.')
+      'items per page description' => $this->t('Enter 0 for no limit.'),
     ];
   }