mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00:00 
			
		
		
		
	Fix block label translation in strelaysrv widget
This commit is contained in:
		
							parent
							
								
									914cd71c76
								
							
						
					
					
						commit
						49281b30c2
					
				@ -29,7 +29,7 @@ export default function Component({ service }) {
 | 
				
			|||||||
    <Container service={service}>
 | 
					    <Container service={service}>
 | 
				
			||||||
      <Block label="strelaysrv.numActiveSessions" value={t("common.number", { value: statsData.numActiveSessions })} />
 | 
					      <Block label="strelaysrv.numActiveSessions" value={t("common.number", { value: statsData.numActiveSessions })} />
 | 
				
			||||||
      <Block label="strelaysrv.numConnections" value={t("common.number", { value: statsData.numConnections })} />
 | 
					      <Block label="strelaysrv.numConnections" value={t("common.number", { value: statsData.numConnections })} />
 | 
				
			||||||
      <Block label={t("strelaysrv.dataRelayed")} value={t("common.bytes", { value: statsData.bytesProxied })} />
 | 
					      <Block label="strelaysrv.dataRelayed" value={t("common.bytes", { value: statsData.bytesProxied })} />
 | 
				
			||||||
      <Block
 | 
					      <Block
 | 
				
			||||||
        label="strelaysrv.transferRate"
 | 
					        label="strelaysrv.transferRate"
 | 
				
			||||||
        value={t("common.bitrate", { value: statsData.kbps10s1m5m15m30m60m[5] })}
 | 
					        value={t("common.bitrate", { value: statsData.kbps10s1m5m15m30m60m[5] })}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user