mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Simplified title
This commit is contained in:
parent
4ba3a02aea
commit
7e83838838
2 changed files with 1 additions and 2 deletions
|
|
@ -465,7 +465,6 @@
|
||||||
"selectImage": "Select Image"
|
"selectImage": "Select Image"
|
||||||
},
|
},
|
||||||
"ItemTransfer": {
|
"ItemTransfer": {
|
||||||
"title": "{item}: Transfer Item Quantity",
|
|
||||||
"transfer": "Transfer"
|
"transfer": "Transfer"
|
||||||
},
|
},
|
||||||
"Levelup": {
|
"Levelup": {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue