fix(messaging): update copy in select topics modal

Change # subscribers to # targets to clarify the count is of the
matching targets rather than all the subscribers/targets.
This commit is contained in:
Steven Nguyen
2024-02-23 16:13:30 -08:00
committed by Torsten Dittmann
parent 985bb997c8
commit d851553af5
@@ -121,7 +121,7 @@
<span
class="collapsible-button-optional"
style="--p-toggle-optional-color: var(--color-neutral-50);">
({getTotal(topic)} subscribers)
({getTotal(topic)} targets)
</span>
</span></span>
</svelte:fragment>