Fix: remove trailing space from Watchtower widget loading label (#6448)

This commit is contained in:
Zhenzhong Tang
2026-03-20 02:54:52 -04:00
committed by GitHub
parent f261879fcb
commit 96e3c7ac45

View File

@@ -18,7 +18,7 @@ export default function Component({ service }) {
if (!watchData) {
return (
<Container service={service}>
<Block label="watchtower.containers_scanned " />
<Block label="watchtower.containers_scanned" />
<Block label="watchtower.containers_updated" />
<Block label="watchtower.containers_failed" />
</Container>