Browse Source

deOopsify the ledger api errors

I mean #1792
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
1735d4e1bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      static/i18n/en/app.json

4
static/i18n/en/app.json

@ -783,7 +783,7 @@
"description": "Please retry. Interacting with Ledger's API server went wrong."
},
"LedgerAPIErrorWithMessage": {
"title": "Oops, {{message}}",
"title": "{{message}}",
"description": "Please retry or contact Ledger Support"
},
"LedgerAPINotAvailable": {
@ -922,4 +922,4 @@
"description": "Please contact Ledger Support"
}
}
}
}

Loading…
Cancel
Save