diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 382a83f..81da808 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -40,12 +40,12 @@ ARG BUILD_VERSION # Labels LABEL \ io.hass.name="Home Panel" \ - io.hass.description="A touch-compatible web-app for controlling the home" \ + io.hass.description="A touch-compatible web frontend for controlling the home." \ io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="Timmo " \ - org.label-schema.description="A touch-compatible web-app for controlling the home" \ + org.label-schema.description="A touch-compatible web frontend for controlling the home." \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Home Panel" \ org.label-schema.schema-version="1.0" \