mirror of https://github.com/zulip/zulip.git
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:
parent
4207c985b2
commit
39f84ae840
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue