Update src/ui/party-ui-handler.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
Mikhail Shueb 2025-07-30 08:05:56 +01:00 committed by GitHub
parent e10f0f2ee7
commit d19068f2ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1312,10 +1312,10 @@ export class PartyUiHandler extends MessageUiHandler {
showPartyText() {
switch (this.partyUiMode) {
case PartyUiMode.MODIFIER_TRANSFER:
this.showText(i18next.t("partyUiHandler:PartyTransfer"));
this.showText(i18next.t("partyUiHandler:partyTransfer"));
break;
case PartyUiMode.DISCARD:
this.showText(i18next.t("partyUiHandler:PartyDiscard"));
this.showText(i18next.t("partyUiHandler:partyDiscard"));
break;
default:
this.showText("", 0);