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." }}
|
{{t "This channel has been archived." }}
|
||||||
{{else if subscribed }}
|
{{else if subscribed }}
|
||||||
{{#tr}}
|
{{#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}}
|
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
{{else if just_unsubscribed }}
|
{{else if just_unsubscribed }}
|
||||||
{{#tr}}
|
{{#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}}
|
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#tr}}
|
{{#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}}
|
{{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue