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

merge-requests/3396/merge
bnjmnm 2023-02-14 13:49:58 -05:00
parent a315350763
commit 378fdcee0e
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',
],