mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	stream_settings: Rename stream to channel in stream created banner.
When an administrators create channels that they are themselves not initial subscribers, a channel creation confirmation banner is displayed in the settings panel. This commit updates the term "stream" to "channel" in the banner.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							3a535cacdc
						
					
				
				
					commit
					cfba2e8837
				
			@@ -1,7 +1,7 @@
 | 
				
			|||||||
{{#> modal_banner }}
 | 
					{{#> modal_banner }}
 | 
				
			||||||
    <p class="banner_message">
 | 
					    <p class="banner_message">
 | 
				
			||||||
        {{#tr}}
 | 
					        {{#tr}}
 | 
				
			||||||
            Stream <z-link>#{stream_name}</z-link> created!
 | 
					            Channel <z-link>#{stream_name}</z-link> created!
 | 
				
			||||||
            {{#*inline "z-link"}}<a class="stream_narrow_link" href="{{stream_url}}">{{> @partial-block}}</a>{{/inline}}
 | 
					            {{#*inline "z-link"}}<a class="stream_narrow_link" href="{{stream_url}}">{{> @partial-block}}</a>{{/inline}}
 | 
				
			||||||
        {{/tr}}
 | 
					        {{/tr}}
 | 
				
			||||||
    </p>
 | 
					    </p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user