mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
change menu
This commit is contained in:
parent
ca6eae1345
commit
ba6272835d
@ -5,7 +5,7 @@ import type { ModalConfig } from "./modal-ui-handler";
|
|||||||
|
|
||||||
export class RenameRunFormUiHandler extends FormModalUiHandler {
|
export class RenameRunFormUiHandler extends FormModalUiHandler {
|
||||||
getModalTitle(_config?: ModalConfig): string {
|
getModalTitle(_config?: ModalConfig): string {
|
||||||
return i18next.t("menu:renamerun");
|
return i18next.t("menu:renameRun");
|
||||||
}
|
}
|
||||||
|
|
||||||
getWidth(_config?: ModalConfig): number {
|
getWidth(_config?: ModalConfig): number {
|
||||||
|
Loading…
Reference in New Issue
Block a user