From ebc2bc6fb7a1d889815de04af74b4c2a4a0fb780 Mon Sep 17 00:00:00 2001 From: Timmo Date: Wed, 12 Dec 2018 12:10:22 +0000 Subject: [PATCH] :books: update tagline --- home-panel/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \