From 39f84ae8408d3e885a72291ebe12a4d4deff6deb Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 10 Jul 2024 12:31:04 +0545 Subject: [PATCH] bookends: Remove the word `channel`. This commit removes the word `channel` from the subscribe/unsubscribe bookends in the message feed. Fixes #30803 --- web/templates/bookend.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/bookend.hbs b/web/templates/bookend.hbs index 32c3f217f6..650d1470ea 100644 --- a/web/templates/bookend.hbs +++ b/web/templates/bookend.hbs @@ -10,17 +10,17 @@ {{t "This channel has been archived." }} {{else if subscribed }} {{#tr}} - You subscribed to channel . + You subscribed to . {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{else if just_unsubscribed }} {{#tr}} - You unsubscribed from channel . + You unsubscribed from . {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{else}} {{#tr}} - You are not subscribed to channel . + You are not subscribed to . {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{/if}}