mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Use common strings for Google Cast config flow (#41086)
This commit is contained in:
parent
31ce68e91e
commit
030dd7d476
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user