Simplified title

This commit is contained in:
WBHarry 2025-11-21 10:05:13 +01:00
parent 4ba3a02aea
commit 7e83838838
2 changed files with 1 additions and 2 deletions

View file

@ -465,7 +465,6 @@
"selectImage": "Select Image" "selectImage": "Select Image"
}, },
"ItemTransfer": { "ItemTransfer": {
"title": "{item}: Transfer Item Quantity",
"transfer": "Transfer" "transfer": "Transfer"
}, },
"Levelup": { "Levelup": {

View file

@ -9,7 +9,7 @@ export default class ItemTransferDialog extends HandlebarsApplicationMixin(Appli
} }
get title() { get title() {
return game.i18n.format('DAGGERHEART.APPLICATIONS.ItemTransfer.title', { item: this.item.name }); return this.item.name;
} }
static DEFAULT_OPTIONS = { static DEFAULT_OPTIONS = {