From e5e38edcb2b886f397db287b2e0fcb725b93c9a9 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Sat, 14 Mar 2020 13:12:01 -0500 Subject: [PATCH] Fix directv location of unknown error string (#32807) * Update strings.json * Update en.json --- homeassistant/components/directv/.translations/en.json | 8 ++++---- homeassistant/components/directv/strings.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/directv/.translations/en.json b/homeassistant/components/directv/.translations/en.json index e2a8eff5783..667d5168f8d 100644 --- a/homeassistant/components/directv/.translations/en.json +++ b/homeassistant/components/directv/.translations/en.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "DirecTV receiver is already configured" + "already_configured": "DirecTV receiver is already configured", + "unknown": "Unexpected error" }, "error": { - "cannot_connect": "Failed to connect, please try again", - "unknown": "Unexpected error" + "cannot_connect": "Failed to connect, please try again" }, "flow_title": "DirecTV: {name}", "step": { @@ -23,4 +23,4 @@ }, "title": "DirecTV" } -} \ No newline at end of file +} diff --git a/homeassistant/components/directv/strings.json b/homeassistant/components/directv/strings.json index 78316d663bd..e0a5a477ad2 100644 --- a/homeassistant/components/directv/strings.json +++ b/homeassistant/components/directv/strings.json @@ -16,11 +16,11 @@ } }, "error": { - "cannot_connect": "Failed to connect, please try again", - "unknown": "Unexpected error" + "cannot_connect": "Failed to connect, please try again" }, "abort": { - "already_configured": "DirecTV receiver is already configured" + "already_configured": "DirecTV receiver is already configured", + "unknown": "Unexpected error" } } }