From d2d151f8121034b4329b1a84dd31041e9418da8a Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:50:32 +0530 Subject: [PATCH] chore: renamed pages to wiki in app sidebar switcher (#2498) --- web/ee/components/sidebar/app-switcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ee/components/sidebar/app-switcher.tsx b/web/ee/components/sidebar/app-switcher.tsx index 1a22b4356e..bcebfc180d 100644 --- a/web/ee/components/sidebar/app-switcher.tsx +++ b/web/ee/components/sidebar/app-switcher.tsx @@ -21,7 +21,7 @@ const APPS_LIST = [ }, { key: "pages", - label: "Pages", + label: "Wiki", icon: Files, color: "#17a68c", href: "/pages",