mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 10:05:58 -05:00
Use reference strings in Coronavirus (#41057)
* Update strings.json * Update strings.json
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
"data": { "country": "Country" }
|
||||
}
|
||||
},
|
||||
"abort": { "already_configured": "This country is already configured." }
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user