From 6a9a4cf65fd3e1192a7858f42a195bcd0b60b891 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 2 Jun 2020 17:26:01 +0200 Subject: [PATCH] Add missing translation in the customize (#6074) --- src/panels/config/customize/ha-config-customize.js | 2 +- src/translations/en.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panels/config/customize/ha-config-customize.js b/src/panels/config/customize/ha-config-customize.js index c178afa646..2f2b3eb37f 100644 --- a/src/panels/config/customize/ha-config-customize.js +++ b/src/panels/config/customize/ha-config-customize.js @@ -37,7 +37,7 @@ class HaConfigCustomize extends LocalizeMixin(PolymerElement) { diff --git a/src/translations/en.json b/src/translations/en.json index 4c03a54ded..3f4b6c5594 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -721,7 +721,8 @@ "description": "Customize your entities", "picker": { "header": "Customizations", - "introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated." + "introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated.", + "entity": "Entity" }, "warning": { "include_sentence": "It seems that your configuration.yaml doesn't properly",