mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix camera label translation from 'cameraCapture' to 'cameraDetect' (#18005)
This commit is contained in:
		
							parent
							
								
									00261cb90c
								
							
						
					
					
						commit
						1a383c47b5
					
				@ -158,7 +158,7 @@ export default function CameraMetrics({
 | 
			
		||||
            data: [],
 | 
			
		||||
          };
 | 
			
		||||
          series[key]["detect"] = {
 | 
			
		||||
            name: t("cameras.label.cameraCapture", { camName: camName }),
 | 
			
		||||
            name: t("cameras.label.cameraDetect", { camName: camName }),
 | 
			
		||||
            data: [],
 | 
			
		||||
          };
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user