mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix spelling of "PowerView Hub" in user-facing strings (#137435)
This commit is contained in:
parent
4d7bd1291d
commit
4613469eb7
@ -5,7 +5,7 @@
|
|||||||
"title": "Connect to the PowerView Hub",
|
"title": "Connect to the PowerView Hub",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::ip%]",
|
"host": "[%key:common::config_flow::data::ip%]",
|
||||||
"api_version": "Hub Generation"
|
"api_version": "Hub generation"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"api_version": "API version is detectable, but you can override and force a specific version"
|
"api_version": "API version is detectable, but you can override and force a specific version"
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"flow_title": "{name} ({host})",
|
"flow_title": "{name} ({host})",
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"unsupported_device": "Only the primary powerview hub can be added",
|
"unsupported_device": "Only the primary PowerView Hub can be added",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user