mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Spelling edit
Adds the word "Slot" to the slot name descriptions
This commit is contained in:
parent
20bce1205f
commit
6aadad1528
@ -398,7 +398,7 @@ export class TitlePhase extends Phase {
|
||||
var data = parseSlotData(i)
|
||||
return {
|
||||
//label: `${i18next.t("menuUiHandler:slot", {slotNumber: i+1})}`,
|
||||
label: (data ? data.description : `${i+1}`),
|
||||
label: (data ? `${i18next.t("menuUiHandler:slot", {slotNumber: i+1})}${data.description.substring(1)}` : `${i18next.t("menuUiHandler:slot", {slotNumber: i+1})}`),
|
||||
handler: () => {
|
||||
callback(i);
|
||||
this.scene.ui.revertMode();
|
||||
|
Loading…
Reference in New Issue
Block a user