fix: download json label

This commit is contained in:
amhsirak
2025-10-22 13:50:39 +05:30
parent dda96bbfc1
commit b752a9fd2f

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>
<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>
<Button <Button