Skip to content

Commit

Permalink
fix: update download button strings (#841)
Browse files Browse the repository at this point in the history
Resolves #819 

The download buttons should indicate to the use that there is more
information to be discovered. This PR changes the text for single-run
download to `Download...` and the text for single-dataset download to
`Download Dataset...`

<img width="894" alt="Screenshot 2024-07-08 at 12 03 28 PM"
src="https://github.com/chanzuckerberg/cryoet-data-portal/assets/109251328/a68a73e0-86c2-408f-8c9c-d489d1489042">
<img width="896" alt="Screenshot 2024-07-08 at 12 03 38 PM"
src="https://github.com/chanzuckerberg/cryoet-data-portal/assets/109251328/f38d9f41-90f3-4359-9e2f-1e2caa8c2eb3">
  • Loading branch information
ehoops-cz authored Jul 8, 2024
1 parent d9bcaa6 commit 76daa57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function RunHeader() {
})
}
>
{t('downloadRun')}
{t('downloadWithAdditionalOptions')}
</Button>
</>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
"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>",
"downloadDataset": "Download Dataset",
"downloadDataset": "Download Dataset...",
"downloadNow": "Download Now",
"downloadOptions": "Download Options",
"downloadRun": "Download Run",
"downloadTomogram": "Download Tomogram",
"downloadWillSaveToCurrentDirectory": "Download will save to your current directory. To change save destination, change the current directory in your terminal before continuing.",
"downloadWithAdditionalOptions": "Download...",
"emdb": "EMDB",
"empiarID": "Empiar ID",
"energyFilter": "Energy Filter",
Expand Down

0 comments on commit 76daa57

Please sign in to comment.