From 8bfec7b7fa63ffa70aa0379ebf64e53b863bb0d4 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sun, 22 Jun 2025 18:15:32 +0530 Subject: [PATCH] feat(i18n): remove wait duration --- public/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 4b981a58..f8bc9eec 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -305,7 +305,7 @@ "no": "No" }, "messages": { - "extracting": "Extracting data...please wait for 10secs to 1min", + "extracting": "Extracting data...please wait", "restart_required": "Please restart the interpretation after updating the recording", "run_finished": "Run finished", "run_failed": "Run failed to start" @@ -615,4 +615,4 @@ "zh": "Chinese", "de": "German" } -} \ No newline at end of file +}