Use reference strings in Coronavirus (#41057)

* Update strings.json

* Update strings.json
This commit is contained in:
SNoof85 2020-10-04 13:29:41 +02:00 committed by GitHub
parent 600b6c0e34
commit d5c88a4e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
"data": { "country": "Country" } "data": { "country": "Country" }
} }
}, },
"abort": { "already_configured": "This country is already configured." } "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
} }
} }