Browse Source

Merge pull request #1756 from valpinkman/feat/add-mcu-not-found-error

adds UnknownMCU error text
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
9cf52bb525
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      static/i18n/en/app.json

6
static/i18n/en/app.json

@ -902,6 +902,10 @@
},
"FeeNotLoaded": {
"title": "Couldn’t load fee rates, please set manual fees"
},
"UnknownMCU": {
"title": "Unknown MCU version",
"description": "Please contact Ledger Support"
}
}
}
}

Loading…
Cancel
Save