From 378fdcee0e9adc4a46c7528bd0b98c52f0ce7879 Mon Sep 17 00:00:00 2001
From: bnjmnm <benm@umich.edu>
Date: Tue, 14 Feb 2023 13:49:58 -0500
Subject: [PATCH] Issue #3339251 by MegaKeegMan, mlncn, wolcen: Fix descriptive
 text in Depth view filter

---
 core/modules/book/book.views.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/book/book.views.inc b/core/modules/book/book.views.inc
index 63dfb38aec38..9e10ccb2e834 100644
--- a/core/modules/book/book.views.inc
+++ b/core/modules/book/book.views.inc
@@ -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',
     ],
-- 
GitLab