From e26a5bc271de0841975a3f9017014434fa49b07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 6 Jul 2018 10:04:54 +0200 Subject: [PATCH] missing some errors later we really need to figure out how to always fallback on generic for the error we don't really need to dup in wording --- static/i18n/en/errors.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/i18n/en/errors.yml b/static/i18n/en/errors.yml index 793d54a6..3a44a007 100644 --- a/static/i18n/en/errors.yml +++ b/static/i18n/en/errors.yml @@ -23,6 +23,12 @@ DisconnectedDevice: Error: title: '{{message}}' description: Something went wrong. Please retry or contact us. +"Invariant Violation": + title: '{{message}}' + description: Something went wrong. Please retry or contact us. +InternalError: + title: '{{message}}' + description: Something went wrong. Please retry or contact us. TypeError: title: '{{message}}' description: Something went wrong. Please retry or contact us.