mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
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:
@@ -9,7 +9,7 @@
|
||||
|
||||
{{else}}
|
||||
{{#tr}}
|
||||
{n_unsubscribed_participants} topic participants are not subscribed to <z-stream></z-stream>.
|
||||
{unsubscribed_participants_count} topic participants are not subscribed to <z-stream></z-stream>.
|
||||
{{#*inline "z-stream"}}<strong>{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}</strong>{{/inline}}
|
||||
{{/tr}}
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user