Replace "country" with common string in holiday (#141687)

This commit is contained in:
Norbert Rittel
2025-03-28 22:43:00 +01:00
committed by GitHub
parent 8ee014b855
commit 3795d653c5

View File

@@ -8,7 +8,7 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"country": "Country" "country": "[%key:common::config_flow::data::country%]"
} }
}, },
"options": { "options": {