From 0e5c1b2041d6b380563db04af400bbc9b95859d0 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 28 Jan 2021 22:39:45 +0100 Subject: [PATCH] Add missing extra field translation for cover position (#8273) * Ensure ha-form-integer passes "0" to form data * Only keep the translation change --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 7f225af03c..1f821ec4d4 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1427,7 +1427,8 @@ "extra_fields": { "code": "Code", "message": "Message", - "title": "Title" + "title": "Title", + "position": "[%key:ui::card::cover::position%]" } }, "scene": {