Fix directv location of unknown error string (#32807)

* Update strings.json

* Update en.json
This commit is contained in:
Chris Talkington 2020-03-14 13:12:01 -05:00 committed by Paulus Schoutsen
parent 57dd45318d
commit 226a0bcaad
2 changed files with 7 additions and 7 deletions

View file

@ -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": {

View file

@ -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"
} }
} }
} }