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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
static/i18n/en/errors.json
|
|
@ -73,7 +73,7 @@ |
|
|
|
}, |
|
|
|
"ManagerAppRelyOnBTC": { |
|
|
|
"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": { |
|
|
|
"title": "Please unlock your device", |
|
|
@ -158,4 +158,4 @@ |
|
|
|
"title": "Oops, couldn’t connect to device", |
|
|
|
"description": "Device detected but connection failed. Please retry and get help if the problem persists." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|