Fix missing group roll hint message

This commit is contained in:
Carlos Fernandez 2026-07-06 21:09:45 -04:00
parent b2eeed7bb7
commit ab09b8eb43
3 changed files with 3 additions and 2 deletions

View file

@ -772,7 +772,7 @@
"removeRoll": "Remove Roll", "removeRoll": "Remove Roll",
"resultsHint": "Results will appear when characters roll", "resultsHint": "Results will appear when characters roll",
"selectLeaderHint": "Select one Character to be the leader", "selectLeaderHint": "Select one Character to be the leader",
"selectParticipantsHint": "Select one Character to be the leader", "selectParticipantsHint": "Select all Characters who will participate in the roll",
"startGroupRoll": "Start Group Roll", "startGroupRoll": "Start Group Roll",
"title": "Group Roll" "title": "Group Roll"
}, },

View file

@ -22,6 +22,7 @@
font-family: var(--dh-font-body); font-family: var(--dh-font-body);
font-size: var(--font-size-12); font-size: var(--font-size-12);
font-weight: 300; font-weight: 300;
text-align: center;
} }
.members-container { .members-container {

View file

@ -9,7 +9,7 @@
</section> </section>
<header><span>{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.members"}}</span></header> <header><span>{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.members"}}</span></header>
<div class="hint">{{"DAGGERHEART.APPLICATIONS.GroupRollSelect.selectParticipantsHint"}}</div> <div class="hint">{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.selectParticipantsHint"}}</div>
<div class="members-container"> <div class="members-container">
{{#each memberSelection as |member|}} {{#each memberSelection as |member|}}
<button <button