Internationalize unexpected error message (#6887)
This commit is contained in:
committed by
Eugen Rochko
parent
65c10c0bc8
commit
4e71b104e6
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user