Skip to content

Commit

Permalink
fix important card not displaying the name for battery filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl4ckspell7 committed Sep 3, 2024
1 parent 958187b commit 077acf4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/src/main/res/raw/important_section_filter_battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@
},
{
"card": "multiple",
"name": "Technical Specifications",
"name": [
{
"language": "en",
"text": "Technical Specifications"
},
{
"language": "de",
"text": "Technische Spezifikationen"
}
],
"value": [
{
"nested": false,
Expand Down

0 comments on commit 077acf4

Please sign in to comment.