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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
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. |
|
|
|