From 31e351c75c1bdc5456164d9d09a03b01f4fc0cd8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 6 Apr 2019 22:36:30 -0700 Subject: [PATCH] Show features translation --- src/panels/config/dashboard/ha-config-dashboard.js | 2 +- src/translations/en.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panels/config/dashboard/ha-config-dashboard.js b/src/panels/config/dashboard/ha-config-dashboard.js index f690b1c2b4..41d6226f71 100644 --- a/src/panels/config/dashboard/ha-config-dashboard.js +++ b/src/panels/config/dashboard/ha-config-dashboard.js @@ -63,7 +63,7 @@ class HaConfigDashboard extends NavigateMixin(LocalizeMixin(PolymerElement)) { diff --git a/src/translations/en.json b/src/translations/en.json index afd77b714c..477b3e9f62 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -800,7 +800,8 @@ "cloud": { "caption": "Home Assistant Cloud", "description_login": "Logged in as {email}", - "description_not_login": "Not logged in" + "description_not_login": "Not logged in", + "description_features": "Control away from home, integrate with Alexa and Google Assistant." }, "entity_registry": { "caption": "Entity Registry",