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

merge-requests/2775/head
bnjmnm 2023-02-14 13:49:58 -05:00
parent 1d1fb5782f
commit 575c53aaca
1 changed files with 1 additions and 1 deletions

View File

@ -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',
],