Issue #3339251 by MegaKeegMan, mlncn, wolcen: Fix descriptive text in Depth view filter
parent
1d1fb5782f
commit
575c53aaca
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue