Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Dec 7, 2023
1 parent 05238d9 commit 3708e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/core/components/portrait/portraitPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ArgonPortraitConfig extends FormApplication {
}

get title() {
return `Configure ${this.actor.name}`;
return `${game.i18n.localize("Configure")} ${this.actor.name}`;
}

get template() {
Expand All @@ -191,5 +191,6 @@ class ArgonPortraitConfig extends FormApplication {

async _updateObject(event, formData) {
await this.actor.update(formData);
ui.ARGON.refresh()
}
}

0 comments on commit 3708e05

Please sign in to comment.