Skip to content

Commit

Permalink
fix(messaging): clarify selected/total targets in user targets modal
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 authored and TorstenDittmann committed Feb 22, 2024
1 parent 1ad6ec8 commit 9f6e605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</span>
</svelte:fragment>
<svelte:fragment slot="subtitle">
({selectedCount} targets)
({selectedCount}/{user.targets.length} targets)
</svelte:fragment>
<FormList>
{#each user.targets as target}
Expand Down

0 comments on commit 9f6e605

Please sign in to comment.