From 68559511e283c17706a9a234b3da0a8d443a364a Mon Sep 17 00:00:00 2001 From: Maria Date: Mon, 16 Dec 2024 15:55:03 +0000 Subject: [PATCH] Wording changed for ToC in .\0016-pathways-module.cjs --- Contentful-Schema/migrations/0016-pathways-module.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contentful-Schema/migrations/0016-pathways-module.cjs b/Contentful-Schema/migrations/0016-pathways-module.cjs index 8740a0df..bd910658 100644 --- a/Contentful-Schema/migrations/0016-pathways-module.cjs +++ b/Contentful-Schema/migrations/0016-pathways-module.cjs @@ -50,7 +50,7 @@ module.exports = async function (migration) { pathwaysModule .createField("contentsPage") - .name("Contents Page") + .name("Table of Contents Page") .type("Link") .localized(false) .required(false)