mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-03 08:41:21 -07:00
Fix: remove trailing space from Watchtower widget loading label (#6448)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user