Commit 8fcfee20 authored by Ben Mullins's avatar Ben Mullins
Browse files

Issue #3339251 by MegaKeegMan, mlncn, wolcen: Fix descriptive text in Depth view filter

parent e41fbbb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ function book_views_data() {

  $data['book']['depth'] = [
    'title' => t('Depth'),
    'help' => t('The depth of the book page in the hierarchy; top level books have a depth of 1.'),
    'help' => t('The depth of the book page in the hierarchy; top level book pages have a depth of 1.'),
    'field' => [
      'id' => 'numeric',
    ],