Use common strings for Google Cast config flow (#41086)

This commit is contained in:
Spartan-II-117 2020-10-03 06:12:17 -07:00 committed by GitHub
parent 31ce68e91e
commit 030dd7d476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
"config": {
"step": {
"confirm": {
"description": "Do you want to set up Google Cast?"
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of Google Cast is necessary.",
"no_devices_found": "No Google Cast devices found on the network."
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
}
}