From 63e1f56aa040c7a5ef5a87bd66395821fbe80165 Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Mon, 9 Mar 2026 13:40:48 -0700 Subject: [PATCH] fix(UI): replace WikiHow reference with DIY repair guides WikiHow ZIM files were deprecated by Kiwix after WikiHow requested removal to protect their content from LLM training harvesting. Replace with "DIY repair guides and how-to content" which accurately reflects the iFixit, Stack Exchange, and other how-to content available in NOMAD's curated collections. Co-Authored-By: Claude Opus 4.6 --- admin/inertia/pages/easy-setup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/inertia/pages/easy-setup/index.tsx b/admin/inertia/pages/easy-setup/index.tsx index 744bcb8..c1fab9b 100644 --- a/admin/inertia/pages/easy-setup/index.tsx +++ b/admin/inertia/pages/easy-setup/index.tsx @@ -43,7 +43,7 @@ function buildCoreCapabilities(aiAssistantName: string): Capability[] { features: [ 'Complete Wikipedia offline', 'Medical references and first aid guides', - 'WikiHow articles and tutorials', + 'DIY repair guides and how-to content', 'Project Gutenberg books and literature', ], services: [SERVICE_NAMES.KIWIX],