Fix: remove trailing space from Watchtower widget loading label (#6448)
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled

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>