bookends: Remove the word `channel`.

This commit removes the word `channel` from the
subscribe/unsubscribe bookends in the message feed.

Fixes #30803
This commit is contained in:
Aditya 2024-07-10 12:31:04 +05:45 committed by Tim Abbott
parent 4207c985b2
commit 39f84ae840
1 changed files with 3 additions and 3 deletions

View File

@ -10,17 +10,17 @@
{{t "This channel has been archived." }}
{{else if subscribed }}
{{#tr}}
You subscribed to channel <z-stream-name></z-stream-name>.
You subscribed to <z-stream-name></z-stream-name>.
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{else if just_unsubscribed }}
{{#tr}}
You unsubscribed from channel <z-stream-name></z-stream-name>.
You unsubscribed from <z-stream-name></z-stream-name>.
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{else}}
{{#tr}}
You are not subscribed to channel <z-stream-name></z-stream-name>.
You are not subscribed to <z-stream-name></z-stream-name>.
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{/if}}