From c415c7d2965f50dec28681391e72c96ede2b678e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 29 Jun 2018 18:01:24 +0200 Subject: [PATCH] Error: needs to title on the error.message for best precision --- static/i18n/en/errors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/en/errors.yml b/static/i18n/en/errors.yml index 826e9d55..1962fae2 100644 --- a/static/i18n/en/errors.yml +++ b/static/i18n/en/errors.yml @@ -18,8 +18,8 @@ DisconnectedDevice: title: 'The device was disconnected.' description: '' Error: # as this is a generic unhandled error i think it's ok to have a generic title. but keep description to {{message}} - title: 'Oops, an error occurred.' - description: '{{message}}' + title: '{{message}}' + description: 'Something went wrong. Please contact our support.' FeeEstimationFailed: title: 'Fee estimation error. Try again or set a custom fee (status: {{status}})' description: ''