Skip to content

Commit

Permalink
feat: Change download all annotations copy (#1151)
Browse files Browse the repository at this point in the history
closes #1045
  • Loading branch information
bchu1 authored Sep 18, 2024
1 parent 6a5eff1 commit 3d35246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function ConfigureTomogramDownloadContent() {
<Radio
value={DownloadConfig.AllAnnotations}
label={t('downloadAllAnnotations')}
description={t('downloadAllAnnotationsInThisRun')}
description={t('downloadAvailableAnnotationsInSupported')}
onClick={setAllAnnotationsConfig}
/>
</RadioGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"documentation": "Documentation",
"download": "Download",
"downloadAllAnnotations": "Download All Annotations",
"downloadAllAnnotationsInThisRun": "Download all annotations in this run.",
"downloadAllRunData": "<semibold>Download all run data via our API.</semibold> <url to='$t(apiDocLink)'>Visit API documentation.</url>",
"downloadAvailableAnnotationsInSupported": "Download available annotations in supported file formats.",
"downloadDataset": "Download Dataset...",
"downloadNow": "Download Now",
"downloadOptions": "Download Options",
Expand Down

0 comments on commit 3d35246

Please sign in to comment.