From 9545fce55bc9dc1b4fe604b46f3809611c1e55e7 Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Wed, 28 Oct 2020 11:03:33 +0100 Subject: [PATCH] Use common strings in Dexcom config flow (#41767) * add strings * remove unused * revert change * already_configured_account->already_configured --- homeassistant/components/dexcom/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/dexcom/strings.json b/homeassistant/components/dexcom/strings.json index bb29f814ee8..5cc2b363665 100644 --- a/homeassistant/components/dexcom/strings.json +++ b/homeassistant/components/dexcom/strings.json @@ -17,7 +17,7 @@ "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { - "already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]" + "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" } }, "options": { @@ -29,4 +29,4 @@ } } } -} +} \ No newline at end of file