mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This can still be improved -- e.g., the message should be different if you actually are an org admin -- but this text at least parses.
		
			
				
	
	
		
			10 lines
		
	
	
		
			284 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			284 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{! Explanation of what "announce stream" does when creating a stream }}
 | 
						|
<div>
 | 
						|
 | 
						|
    {{#tr this}}
 | 
						|
    <p>Stream will be announced in <b>#__notifications_stream__</b>.</p>
 | 
						|
    {{/tr}}
 | 
						|
    <p>{{t 'Organization administrators can change this in the organization settings.' }}</p>
 | 
						|
 | 
						|
</div>
 |