move_topic_modal: Fix "n_unsubscribed_participants" name.

Rename "n_unsubscribed_participants" to "unsubscribed_participants_count",
the former is the wrong template variable name.
This commit is contained in:
bedo
2025-06-19 07:41:09 +03:00
committed by Tim Abbott
parent 0d17f34ff5
commit 26efeef3ee

View File

@@ -9,7 +9,7 @@
{{else}}
{{#tr}}
{n_unsubscribed_participants} topic participants are not subscribed to &nbsp;<z-stream></z-stream>.
{unsubscribed_participants_count} topic participants are not subscribed to &nbsp;<z-stream></z-stream>.
{{#*inline "z-stream"}}<strong>{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}</strong>{{/inline}}
{{/tr}}
{{/if}}