Fix common string reference example (#520)

This commit is contained in:
Xiaonan Shen 2020-05-11 17:24:38 -07:00 committed by GitHub
parent eccddafb12
commit 81e13e39b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ To introduce new strings, add them to `strings.json` or to a platform strings fi
{ {
"config": { "config": {
"abort": { "abort": {
"already_configured": "[%key:common.config_flow.abort.already_configured%]" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
} }
} }
} }