From b56ec71998f9b2bddda182179d8af0c114d1a131 Mon Sep 17 00:00:00 2001 From: Melvin Date: Thu, 1 Oct 2020 17:08:19 +0200 Subject: [PATCH] Replace strings in hvv_departures with references (#40980) --- homeassistant/components/hvv_departures/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/hvv_departures/strings.json b/homeassistant/components/hvv_departures/strings.json index dfd6484f7d8..c29ad6cc694 100644 --- a/homeassistant/components/hvv_departures/strings.json +++ b/homeassistant/components/hvv_departures/strings.json @@ -5,9 +5,9 @@ "user": { "title": "Connect to the HVV API", "data": { - "host": "Host", - "username": "Username", - "password": "Password" + "host": "[%key:common::config_flow::data::host%]", + "username": "[%key:common::config_flow::data::username%]", + "password": "[%key:common::config_flow::data::password%]" } }, "station": { @@ -24,12 +24,12 @@ } }, "error": { - "cannot_connect": "Failed to connect, please try again", - "invalid_auth": "Invalid authentication", + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "no_results": "No results. Try with a different station/address" }, "abort": { - "already_configured": "Device is already configured" + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } }, "options": {