From ec2abf1368e0e8dd9a9f90e0bc38b4ed5260eeaf Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:51:36 +0530 Subject: [PATCH] fix: download json label --- src/components/run/RunContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index f8d444f4..010eeda6 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -512,7 +512,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe } }} > - {t('run_content.captured_data.download_json', 'Download as JSON')} + {t('run_content.captured_data.download_json', 'Download JSON')}