Use common strings in Griddy config flow (#41716)

This commit is contained in:
scheric 2020-10-13 04:13:04 +02:00 committed by GitHub
parent bb2d3bf50d
commit 7e6432dad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@
"title": "Setup your Griddy Load Zone" "title": "Setup your Griddy Load Zone"
} }
}, },
"abort": { "already_configured": "This Load Zone is already configured" } "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" }
} }
} }