Browse Source

Merge pull request #1242 from dasilvarosa/wording

Ask users to install latest btc app version when installing altcoins
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
7eeb7a060b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      static/i18n/en/errors.json

4
static/i18n/en/errors.json

@ -73,7 +73,7 @@
}, },
"ManagerAppRelyOnBTC": { "ManagerAppRelyOnBTC": {
"title": "Bitcoin app required", "title": "Bitcoin app required",
"description": "Install the Bitcoin app before installing this app." "description": "Install the latest version of the Bitcoin app before installing this app."
}, },
"ManagerDeviceLocked": { "ManagerDeviceLocked": {
"title": "Please unlock your device", "title": "Please unlock your device",
@ -158,4 +158,4 @@
"title": "Oops, couldn’t connect to device", "title": "Oops, couldn’t connect to device",
"description": "Device detected but connection failed. Please retry and get help if the problem persists." "description": "Device detected but connection failed. Please retry and get help if the problem persists."
} }
} }

Loading…
Cancel
Save