From 077acf4774306b24ad83b10482503a44b4e8ccb2 Mon Sep 17 00:00:00 2001 From: Bl4ckspell7 Date: Tue, 3 Sep 2024 21:02:43 +0200 Subject: [PATCH] fix important card not displaying the name for battery filter --- .../res/raw/important_section_filter_battery.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/raw/important_section_filter_battery.json b/app/src/main/res/raw/important_section_filter_battery.json index 711fa07..7d49014 100644 --- a/app/src/main/res/raw/important_section_filter_battery.json +++ b/app/src/main/res/raw/important_section_filter_battery.json @@ -46,7 +46,16 @@ }, { "card": "multiple", - "name": "Technical Specifications", + "name": [ + { + "language": "en", + "text": "Technical Specifications" + }, + { + "language": "de", + "text": "Technische Spezifikationen" + } + ], "value": [ { "nested": false,