mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Use byterate for flood
This commit is contained in:
		
							parent
							
								
									08f56b54f5
								
							
						
					
					
						commit
						96507e4eba
					
				@ -45,9 +45,9 @@ export default function Component({ service }) {
 | 
				
			|||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <Container service={service}>
 | 
					    <Container service={service}>
 | 
				
			||||||
      <Block label="flood.leech" value={t("common.number", { value: leech })} />
 | 
					      <Block label="flood.leech" value={t("common.number", { value: leech })} />
 | 
				
			||||||
      <Block label="flood.download" value={t("common.bitrate", { value: rateDl })} />
 | 
					      <Block label="flood.download" value={t("common.byterate", { value: rateDl })} />
 | 
				
			||||||
      <Block label="flood.seed" value={t("common.number", { value: completed })} />
 | 
					      <Block label="flood.seed" value={t("common.number", { value: completed })} />
 | 
				
			||||||
      <Block label="flood.upload" value={t("common.bitrate", { value: rateUl })} />
 | 
					      <Block label="flood.upload" value={t("common.byterate", { value: rateUl })} />
 | 
				
			||||||
    </Container>
 | 
					    </Container>
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user