mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Differentiate between push and pull mirror sync in progress (#27390)
				
					
				
			Previously, if you had both a push and a pull mirror, the message did not clarify if you've accidentally synchronized the wrong one. Additionally fixed two typos that were encountered while debugging. ## Screenshots  
This commit is contained in:
		@@ -2009,7 +2009,8 @@ settings.mirror_settings.push_mirror.add = Add Push Mirror
 | 
			
		||||
settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval
 | 
			
		||||
 | 
			
		||||
settings.sync_mirror = Synchronize Now
 | 
			
		||||
settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute.
 | 
			
		||||
settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment.
 | 
			
		||||
settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment.
 | 
			
		||||
settings.site = Website
 | 
			
		||||
settings.update_settings = Update Settings
 | 
			
		||||
settings.update_mirror_settings = Update Mirror Settings
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user