Update src/utils/common.ts

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-05-20 22:17:41 -05:00
parent a912ff223a
commit c6644cb64a
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -587,8 +587,8 @@ export function getShinyDescriptor(variant: Variant): string {
case 2:
return i18next.t("common:epicShiny");
case 1:
return i18next.t("common:shiny");
return i18next.t("common:rareShiny");
case 0:
return i18next.t("common:normal");
return i18next.t("common:commonShiny");
}
}