Browse Source

Merge pull request #880 from gre/last-min-error-found

missing some errors
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
c7fc5884d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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