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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
static/i18n/en/app.json
|
@ -902,6 +902,10 @@ |
|
|
}, |
|
|
}, |
|
|
"FeeNotLoaded": { |
|
|
"FeeNotLoaded": { |
|
|
"title": "Couldn’t load fee rates, please set manual fees" |
|
|
"title": "Couldn’t load fee rates, please set manual fees" |
|
|
|
|
|
}, |
|
|
|
|
|
"UnknownMCU": { |
|
|
|
|
|
"title": "Unknown MCU version", |
|
|
|
|
|
"description": "Please contact Ledger Support" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|