Fix: remove trailing space from Watchtower widget loading label (#6448)
This commit is contained in:
parent
f261879fcb
commit
96e3c7ac45
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue