|
@ -37,7 +37,7 @@ |
|
|
}, |
|
|
}, |
|
|
"EnpointConfig": { |
|
|
"EnpointConfig": { |
|
|
"title": "Invalid endpoint", |
|
|
"title": "Invalid endpoint", |
|
|
"description": "Please provide with a valid endpoint" |
|
|
"description": "Please provide a valid endpoint" |
|
|
}, |
|
|
}, |
|
|
"FeeEstimationFailed": { |
|
|
"FeeEstimationFailed": { |
|
|
"title": "Sorry, fee estimation failed", |
|
|
"title": "Sorry, fee estimation failed", |
|
@ -116,11 +116,11 @@ |
|
|
"description": "It took too long for the server to respond." |
|
|
"description": "It took too long for the server to respond." |
|
|
}, |
|
|
}, |
|
|
"TransportError": { |
|
|
"TransportError": { |
|
|
"title": "Something went wrong. Please replug your device.", |
|
|
"title": "Something went wrong. Please reconnect your device.", |
|
|
"description": "{{message}}" |
|
|
"description": "{{message}}" |
|
|
}, |
|
|
}, |
|
|
"TransportStatusError": { |
|
|
"TransportStatusError": { |
|
|
"title": "Something went wrong. Please replug your device.", |
|
|
"title": "Something went wrong. Please reconnect your device.", |
|
|
"description": "{{message}}" |
|
|
"description": "{{message}}" |
|
|
}, |
|
|
}, |
|
|
"UserRefusedFirmwareUpdate": { |
|
|
"UserRefusedFirmwareUpdate": { |
|
@ -154,4 +154,4 @@ |
|
|
"InvalidAddress": { |
|
|
"InvalidAddress": { |
|
|
"title": "This is not a valid {{currencyName}} address" |
|
|
"title": "This is not a valid {{currencyName}} address" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|