Fix faulty translation key for covers

This commit is contained in:
Marc
2025-02-09 06:52:26 +01:00
committed by GitHub
parent 99d3a3ca31
commit 7f4a6bce89
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"all_climates": "All Climates", "all_climates": "All Climates",
"climates": "Climates" "climates": "Climates"
}, },
"covers": { "cover": {
"all_covers": "All Covers", "all_covers": "All Covers",
"covers": "Covers" "covers": "Covers"
}, },

View File

@@ -7,7 +7,7 @@
"all_climates": "Alle Klimaatregelingen", "all_climates": "Alle Klimaatregelingen",
"climates": "Klimaatregelingen" "climates": "Klimaatregelingen"
}, },
"covers": { "cover": {
"all_covers": "Alle Bedekkingen", "all_covers": "Alle Bedekkingen",
"covers": "Bedekkingen" "covers": "Bedekkingen"
}, },