diff --git a/web/templates/modal_banner/unsubscribed_participants_warning_banner.hbs b/web/templates/modal_banner/unsubscribed_participants_warning_banner.hbs
index be88cca851..cc4274c673 100644
--- a/web/templates/modal_banner/unsubscribed_participants_warning_banner.hbs
+++ b/web/templates/modal_banner/unsubscribed_participants_warning_banner.hbs
@@ -2,21 +2,21 @@
{{#if (eq selected_propagate_mode "change_one")}}
{{#tr}}
- Message sender is not subscribed to .
+ Message sender is not subscribed to .
{{#*inline "z-user-names"}}({{{unsubscribed_participant_formatted_names_list_html}}}){{/inline}}
{{#*inline "z-stream"}}{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}{{/inline}}
{{/tr}}
{{else if few_unsubscribed_participants}}
{{#tr}}
- Some topic participants are not subscribed to .
+ Some topic participants are not subscribed to .
{{#*inline "z-user-names"}}({{{unsubscribed_participant_formatted_names_list_html}}}){{/inline}}
{{#*inline "z-stream"}}{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}{{/inline}}
{{/tr}}
{{else}}
{{#tr}}
- {unsubscribed_participants_count} topic participants are not subscribed to .
+ {unsubscribed_participants_count} topic participants are not subscribed to .
{{#*inline "z-stream"}}{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}{{/inline}}
{{/tr}}
{{/if}}