mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Fix: Correct Synology DownloadStation units (#2249)
This commit is contained in:
		
							parent
							
								
									bec1e5fff2
								
							
						
					
					
						commit
						654f16dbb5
					
				@ -33,9 +33,9 @@ export default function Component({ service }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <Container service={service}>
 | 
			
		||||
      <Block label="downloadstation.leech" value={t("common.number", { value: leech })} />
 | 
			
		||||
      <Block label="downloadstation.download" value={t("common.bitrate", { value: rateDl })} />
 | 
			
		||||
      <Block label="downloadstation.download" value={t("common.byterate", { value: rateDl })} />
 | 
			
		||||
      <Block label="downloadstation.seed" value={t("common.number", { value: completed })} />
 | 
			
		||||
      <Block label="downloadstation.upload" value={t("common.bitrate", { value: rateUl })} />
 | 
			
		||||
      <Block label="downloadstation.upload" value={t("common.byterate", { value: rateUl })} />
 | 
			
		||||
    </Container>
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user