From 755f2962dd734c359a02bbcb64eb25d91853ef87 Mon Sep 17 00:00:00 2001 From: Tobias Maestrini Date: Sun, 6 Oct 2024 02:24:23 +0200 Subject: [PATCH] fix webpart title and description --- .../webparts/pageNavigator/PageNavigatorWebPart.manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-page-navigator/src/webparts/pageNavigator/PageNavigatorWebPart.manifest.json b/samples/react-page-navigator/src/webparts/pageNavigator/PageNavigatorWebPart.manifest.json index e15e5f3f2..8026355fa 100644 --- a/samples/react-page-navigator/src/webparts/pageNavigator/PageNavigatorWebPart.manifest.json +++ b/samples/react-page-navigator/src/webparts/pageNavigator/PageNavigatorWebPart.manifest.json @@ -18,8 +18,8 @@ "preconfiguredEntries": [{ "groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other "group": { "default": "Other" }, - "title": { "default": "PageNavigator" }, - "description": { "default": "PageNavigator description" }, + "title": { "default": "Page Navigator" }, + "description": { "default": "Page Navigator builds a navigation structure on the page, based on the headers in your text." }, "officeFabricIconFontName": "BulletedTreeList", "properties": { } }]