From 362b419814560ceae1c15d214c787fabbe82e488 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 efcab1801e..ae70a1d5a8 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1426,7 +1426,8 @@ "extra_fields": { "code": "Code", "message": "Message", - "title": "Title" + "title": "Title", + "position": "[%key:ui::card::cover::position%]" } }, "scene": {