From b752a9fd2fcc75a150b0cf47fcc56c43e7d633e0 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:50:39 +0530 Subject: [PATCH 1/2] fix: download json label --- src/components/run/RunContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 1102a5cf..f8d444f4 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -454,7 +454,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')}