mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	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:
		@@ -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}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user