mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03: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"
|
||||
},
|
||||
"ItemTransfer": {
|
||||
"title": "{item}: Transfer Item Quantity",
|
||||
"transfer": "Transfer"
|
||||
},
|
||||
"Levelup": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ export default class ItemTransferDialog extends HandlebarsApplicationMixin(Appli
|
|||
}
|
||||
|
||||
get title() {
|
||||
return game.i18n.format('DAGGERHEART.APPLICATIONS.ItemTransfer.title', { item: this.item.name });
|
||||
return this.item.name;
|
||||
}
|
||||
|
||||
static DEFAULT_OPTIONS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue