diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index 03e9ec3..cc8c121 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -58,6 +58,7 @@ "file_prefix": "File: ", "edited": "(edited)", "download_progress": "{percentage}% downloaded", + "upload_file_too_large": "File is too large to upload!", "upload_progress": "Uploaded {count}", "upload_progress_with_total": "Uploaded {count} of {total}", "user_changed_room_history": "{user} made room history {type}", diff --git a/src/components/Chat.vue b/src/components/Chat.vue index 2cd265a..1fbb9b9 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -262,7 +262,7 @@