diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index bbb17d27..7c2d3107 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -195,7 +195,7 @@ function ExcludedPluginsList({ search }: { search: string; }) { const ExcludedReasons: Record<"web" | "discordDesktop" | "vesktop" | "equibop" | "desktop" | "dev", string> = { desktop: "Discord Desktop app or Vesktop", discordDesktop: "Discord Desktop app", - vesktop: "Vesktop Equibop apps", + vesktop: "Vesktop & Equibop apps", equibop: "Vesktop & Equibop apps", web: "Vesktop & Equibop apps as well as the Web version of Discord", dev: "Developer version of Equicord" diff --git a/src/equicordplugins/screenRecorder.vencordDesktop/index.tsx b/src/equicordplugins/screenRecorder.equibop/index.tsx similarity index 100% rename from src/equicordplugins/screenRecorder.vencordDesktop/index.tsx rename to src/equicordplugins/screenRecorder.equibop/index.tsx diff --git a/src/plugins/disableDeepLinks.vesktop/index.ts b/src/plugins/disableDeepLinks.equibop/index.ts similarity index 100% rename from src/plugins/disableDeepLinks.vesktop/index.ts rename to src/plugins/disableDeepLinks.equibop/index.ts