mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	narrow-banner: Update invalid "sender" case for empty narrow banner.
Updates the empty narrow banner for an invalid user in the "Messages sent by ..." view to better match what we show for an unknown channel.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							52cad38f3e
						
					
				
				
					commit
					05b2036acd
				
			| @@ -555,7 +555,9 @@ run_test("show_empty_narrow_message", ({mock_template, override}) => { | ||||
|     narrow_banner.show_empty_narrow_message(current_filter); | ||||
|     assert.equal( | ||||
|         $(".empty_feed_notice_main").html(), | ||||
|         empty_narrow_html("translated: This user does not exist!"), | ||||
|         empty_narrow_html( | ||||
|             "translated: This user doesn't exist, or you are not allowed to view any of their messages.", | ||||
|         ), | ||||
|     ); | ||||
|  | ||||
|     current_filter = set_filter([ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user