mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Change label for music settings
Changes from "Consistent/Mixed" to "Gen 5/All Generations"
This commit is contained in:
parent
10e0f9f0de
commit
96b00ad23f
@ -663,11 +663,11 @@ export const Setting: Array<Setting> = [
|
||||
options: [
|
||||
{
|
||||
value: "Consistent",
|
||||
label: i18next.t("settings:consistent")
|
||||
label: i18next.t("settings:musicGenFive")
|
||||
},
|
||||
{
|
||||
value: "Mixed",
|
||||
label: i18next.t("settings:mixed")
|
||||
label: i18next.t("settings:musicAllGens")
|
||||
}
|
||||
],
|
||||
default: MusicPreference.MIXED,
|
||||
|
Loading…
Reference in New Issue
Block a user