From 725a8ba30a3f216ef416e50d847ee57ea7e236cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 3 Jul 2018 11:15:19 +0200 Subject: [PATCH] Add missing TransportError case --- static/i18n/en/errors.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/i18n/en/errors.yml b/static/i18n/en/errors.yml index 93b43ac3..8b2a8eaf 100644 --- a/static/i18n/en/errors.yml +++ b/static/i18n/en/errors.yml @@ -77,6 +77,9 @@ RangeError: TimeoutError: title: Oops, a time out occurred description: It took too long for the server to respond. +TransportError: + title: 'Something went wrong. Please replug your device.' + description: '{{message}}' TransportStatusError: title: 'Something went wrong. Please replug your device.' description: '{{message}}'