Merge pull request #838 from getmaxun/output-tabs-run

fix: download json label
This commit is contained in:
Karishma
2025-10-22 14:00:46 +05:30
committed by GitHub

View File

@@ -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')}
</Button>
<Button
@@ -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')}
</Button>
<Button
@@ -801,7 +801,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')}
</Button>
<Button