From e9b70511a25a8c5e51b212cdc3a6cef513f58c16 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Fri, 2 Oct 2020 21:03:53 +0200 Subject: [PATCH] Use reference strings in Glances (#41078) --- homeassistant/components/glances/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/glances/strings.json b/homeassistant/components/glances/strings.json index 68f59c50f98..9d0131420a0 100644 --- a/homeassistant/components/glances/strings.json +++ b/homeassistant/components/glances/strings.json @@ -16,11 +16,11 @@ } }, "error": { - "cannot_connect": "Unable to connect to host", + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "wrong_version": "Version not supported (2 or 3 only)" }, "abort": { - "already_configured": "Host is already configured." + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } }, "options": { @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +}