mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
changed setting label to translate as well
This commit is contained in:
parent
b459a0faab
commit
f3b07f6141
@ -392,7 +392,7 @@ export const Setting: Array<Setting> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: SettingKeys.Reroll_Target,
|
key: SettingKeys.Reroll_Target,
|
||||||
label: "Reroll Target",
|
label: i18next.t("settings:Reroll Target"),
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value:"Reroll",
|
value:"Reroll",
|
||||||
|
Loading…
Reference in New Issue
Block a user