mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Change "Gen 5" -> "Gen V + PMD", "All Generations" -> "All Gens"
This commit is contained in:
parent
595840632c
commit
58a2bce40b
@ -662,11 +662,11 @@ export const Setting: Array<Setting> = [
|
|||||||
label: i18next.t("settings:musicPreference"),
|
label: i18next.t("settings:musicPreference"),
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value: "Gen 5",
|
value: "Gen V + PMD",
|
||||||
label: i18next.t("settings:musicGenFive")
|
label: i18next.t("settings:musicGenFive")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "All Generations",
|
value: "All Gens",
|
||||||
label: i18next.t("settings:musicAllGens")
|
label: i18next.t("settings:musicAllGens")
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user