mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			370 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			370 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{! Contents of the "tutorial private" onboarding popup }}
 | 
						|
 | 
						|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-private">
 | 
						|
 | 
						|
    <p>
 | 
						|
        You can also send private messages to one or more people.
 | 
						|
    </p>
 | 
						|
 | 
						|
    <div class="tutorial-done-button">
 | 
						|
      <button class="btn btn-primary" type="submit" id="tutorial-private-next">Next</button>
 | 
						|
    </div>
 | 
						|
</div>
 |