mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix directv location of unknown error string (#32807)
* Update strings.json * Update en.json
This commit is contained in:
parent
e86919a997
commit
e5e38edcb2
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "DirecTV receiver is already configured"
|
"already_configured": "DirecTV receiver is already configured",
|
||||||
|
"unknown": "Unexpected error"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect, please try again",
|
"cannot_connect": "Failed to connect, please try again"
|
||||||
"unknown": "Unexpected error"
|
|
||||||
},
|
},
|
||||||
"flow_title": "DirecTV: {name}",
|
"flow_title": "DirecTV: {name}",
|
||||||
"step": {
|
"step": {
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect, please try again",
|
"cannot_connect": "Failed to connect, please try again"
|
||||||
"unknown": "Unexpected error"
|
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "DirecTV receiver is already configured"
|
"already_configured": "DirecTV receiver is already configured",
|
||||||
|
"unknown": "Unexpected error"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user