aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-02 12:46:31 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-02 12:46:31 +0200
commit4dde9c4d529fb94b23b394aaa91e6a7cafd75777 (patch)
treeb6a81b565c27a28e62adbecfc3f6fa1c78eaf31e /src/i18n
parent397622078fa313f710d61292212d4f53e7bc6527 (diff)
refactor error handling in profile tab
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index ef23efd6..5798ceb2 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -758,6 +758,7 @@
"upload": {
"error": {
"base": "Upload failed.",
+ "message": "Upload failed: {0}",
"file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
"default": "Try again later"
},