Browse Source
Merge pull request #1394 from dasilvarosa/patch-2
Generalize app dependency error messages.
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
static/i18n/en/errors.json
|
@ -72,8 +72,8 @@ |
|
|
"description": "Check your device to see which apps are already installed." |
|
|
"description": "Check your device to see which apps are already installed." |
|
|
}, |
|
|
}, |
|
|
"ManagerAppRelyOnBTC": { |
|
|
"ManagerAppRelyOnBTC": { |
|
|
"title": "Bitcoin app required", |
|
|
"title": "Bitcoin or Ethereum app required", |
|
|
"description": "Install the latest version of the Bitcoin app before installing this app." |
|
|
"description": "Either install the latest Ethereum app (RSK/WAN/kUSD/POA), or the latest Bitcoin app." |
|
|
}, |
|
|
}, |
|
|
"ManagerDeviceLocked": { |
|
|
"ManagerDeviceLocked": { |
|
|
"title": "Please unlock your device", |
|
|
"title": "Please unlock your device", |
|
@ -84,8 +84,8 @@ |
|
|
"description": "Uninstall some apps to increase available storage and try again." |
|
|
"description": "Uninstall some apps to increase available storage and try again." |
|
|
}, |
|
|
}, |
|
|
"ManagerUninstallBTCDep": { |
|
|
"ManagerUninstallBTCDep": { |
|
|
"title": "Sorry, Bitcoin is required", |
|
|
"title": "Sorry, this app is required", |
|
|
"description": "First uninstall apps that depend on Bitcoin." |
|
|
"description": "Uninstall the Bitcoin or Ethereum app last." |
|
|
}, |
|
|
}, |
|
|
"NetworkDown": { |
|
|
"NetworkDown": { |
|
|
"title": "Oops, internet seems down", |
|
|
"title": "Oops, internet seems down", |
|
|