From c958ec887f779ae52bbcb1e4e2523e56433472c2 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Fri, 2 Oct 2020 21:00:00 +0200 Subject: [PATCH] Use reference strings in directv (#41059) --- homeassistant/components/directv/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/directv/strings.json b/homeassistant/components/directv/strings.json index 7a07185978b..9e30a366cc0 100644 --- a/homeassistant/components/directv/strings.json +++ b/homeassistant/components/directv/strings.json @@ -17,7 +17,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", - "unknown": "Unexpected error" + "unknown": "[%key:common::config_flow::error::unknown%]" } } }