From 673ac21de400a38aa240afea60064b2ff6c7436a Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 12 Nov 2020 11:50:24 +0100 Subject: [PATCH] Added missing system health translation for "Views" (#43126) --- homeassistant/components/lovelace/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/lovelace/strings.json b/homeassistant/components/lovelace/strings.json index 6d79805105d..87f8407d93c 100644 --- a/homeassistant/components/lovelace/strings.json +++ b/homeassistant/components/lovelace/strings.json @@ -3,7 +3,8 @@ "info": { "dashboards": "Dashboards", "mode": "Mode", - "resources": "Resources" + "resources": "Resources", + "views": "Views" } } }