mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	message_edit: Add period to error message raised due to time limit.
This commit is contained in:
		@@ -1211,7 +1211,7 @@ def check_update_message(
 | 
			
		||||
            user_profile.realm.move_messages_within_stream_limit_seconds + edit_limit_buffer
 | 
			
		||||
        )
 | 
			
		||||
        if (timezone_now() - message.date_sent) > datetime.timedelta(seconds=deadline_seconds):
 | 
			
		||||
            raise JsonableError(_("The time limit for editing this message's topic has passed"))
 | 
			
		||||
            raise JsonableError(_("The time limit for editing this message's topic has passed."))
 | 
			
		||||
 | 
			
		||||
    rendering_result = None
 | 
			
		||||
    links_for_embed: Set[str] = set()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user