Fix directv location of unknown error string (#32807)
* Update strings.json * Update en.json
This commit is contained in:
parent
57dd45318d
commit
226a0bcaad
2 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue