Change "Gen 5" -> "Gen V + PMD", "All Generations" -> "All Gens"

This commit is contained in:
NightKev 2024-12-29 01:38:44 -08:00
parent 595840632c
commit 58a2bce40b

View File

@ -662,11 +662,11 @@ export const Setting: Array<Setting> = [
label: i18next.t("settings:musicPreference"),
options: [
{
value: "Gen 5",
value: "Gen V + PMD",
label: i18next.t("settings:musicGenFive")
},
{
value: "All Generations",
value: "All Gens",
label: i18next.t("settings:musicAllGens")
}
],