diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index 14683853..7f1cc583 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -195,8 +195,8 @@ function ExcludedPluginsList({ search }: { search: string; }) { const ExcludedReasons: Record<"web" | "discordDesktop" | "vencordDesktop" | "equicordDesktop" | "desktop" | "dev", string> = { desktop: "Discord Desktop app or Vesktop", discordDesktop: "Discord Desktop app", - vencordDesktop: "Vesktop app & Equibop app", - equicordDesktop: "Vesktop app & Equibop app", + vencordDesktop: "Vesktop Equibop apps", + equicordDesktop: "Vesktop & Equibop apps", web: "Vesktop & Equibop apps as well as the Web version of Discord", dev: "Developer version of Equicord" };