Browse Source

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
master
Gaëtan Renaudeau 7 years ago
parent
commit
e26a5bc271
  1. 6
      static/i18n/en/errors.yml

6
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.

Loading…
Cancel
Save