Fix directv location of unknown error string (#32807)
* Update strings.json * Update en.jsonpull/32813/head
parent
e86919a997
commit
e5e38edcb2
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "DirecTV receiver is already configured"
|
||||
"already_configured": "DirecTV receiver is already configured",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, please try again",
|
||||
"unknown": "Unexpected error"
|
||||
"cannot_connect": "Failed to connect, please try again"
|
||||
},
|
||||
"flow_title": "DirecTV: {name}",
|
||||
"step": {
|
||||
|
@ -23,4 +23,4 @@
|
|||
},
|
||||
"title": "DirecTV"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, please try again",
|
||||
"unknown": "Unexpected error"
|
||||
"cannot_connect": "Failed to connect, please try again"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "DirecTV receiver is already configured"
|
||||
"already_configured": "DirecTV receiver is already configured",
|
||||
"unknown": "Unexpected error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue