This commit is contained in:
thororen1234 2025-04-04 21:32:35 -04:00
parent 2691ea5c96
commit 92ac5787c0
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

@ -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"