Internationalize unexpected error message (#6887)
This commit is contained in:
parent
65c10c0bc8
commit
4e71b104e6
40 changed files with 109 additions and 5 deletions
|
@ -1734,5 +1734,18 @@
|
|||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/video/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Oops!",
|
||||
"id": "alert.unexpected.title"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "An unexpected error occurred.",
|
||||
"id": "alert.unexpected.message"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/middleware/errors.json"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue