mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	user_groups: Add subtitle when adding subscribers to new group.
Also modify the placeholder text.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b2108404e7
						
					
				
				
					commit
					2314f20587
				
			| @@ -264,7 +264,8 @@ h4.user_group_setting_subsection_title { | ||||
|     padding-left: 5px; | ||||
| } | ||||
|  | ||||
| .add-subscribers-subtitle { | ||||
| .add-subscribers-subtitle, | ||||
| .add-members-subtitle { | ||||
|     opacity: 0.7; | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -18,3 +18,14 @@ | ||||
|         </div> | ||||
|     {{/if}} | ||||
| </div> | ||||
| <div class="add-members-subtitle"> | ||||
|     {{#tr}} | ||||
|         You can add subscribers by name or email address. | ||||
|         Enter a <z-user-roles-link>user role</z-user-roles-link>, | ||||
|         <z-user-groups-link>user group</z-user-groups-link>, | ||||
|         or <z-channel-link>#channel</z-channel-link> to add multiple users at once. | ||||
|         {{#*inline "z-user-roles-link"}}<a href="/help/user-roles" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} | ||||
|         {{#*inline "z-user-groups-link"}}<a href="/help/user-groups" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} | ||||
|         {{#*inline "z-channel-link"}}<a href="/help/introduction-to-channels" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} | ||||
|     {{/tr}} | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user