From fef6ee1a171333de305e0fcfad71e1c39ab4b61d Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 19 Jun 2025 22:38:16 +0600 Subject: [PATCH] web/i18n/error/queue: add missing generic_error oops --- web/i18n/en/error/queue.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/i18n/en/error/queue.json b/web/i18n/en/error/queue.json index 3f2f8a86..5df31caf 100644 --- a/web/i18n/en/error/queue.json +++ b/web/i18n/en/error/queue.json @@ -2,6 +2,8 @@ "no_final_file": "no final file output", "worker_didnt_start": "couldn't start a processing worker", + "generic_error": "processing worker crashed, see console for details", + "fetch.crashed": "fetch worker crashed, see console for details", "fetch.bad_response": "couldn't access the file tunnel", "fetch.no_file_reader": "couldn't write a file to cache",