This commit is contained in:
walther.johnson 2025-07-06 22:34:32 -06:00
parent 1c411ba2ee
commit 0c68311a09
3 changed files with 3 additions and 6 deletions

View file

@ -288,7 +288,7 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
const actor = getCommandTarget();
if (!actor) {
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noTokenSelected'));
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noSelectedToken'));
return;
}