From 708ef3201e8cb9b6fe1223b6b6025841666d62e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= <mail@dahoiv.net>
Date: Fri, 2 Oct 2020 11:42:26 +0200
Subject: [PATCH] Update config string for Tibber (#41045)

---
 homeassistant/components/tibber/strings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/tibber/strings.json b/homeassistant/components/tibber/strings.json
index 041d9fb1c99..25af2c7f30d 100644
--- a/homeassistant/components/tibber/strings.json
+++ b/homeassistant/components/tibber/strings.json
@@ -6,7 +6,7 @@
     },
     "error": {
       "timeout": "Timeout connecting to Tibber",
-      "connection_error": "Error connecting to Tibber",
+      "connection_error": "[%key:common::config_flow::error::cannot_connect%]",
       "invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]"
     },
     "step": {
-- 
GitLab