Skip to content

Commit

Permalink
fix: change Empiar to EMPIAR (#838)
Browse files Browse the repository at this point in the history
Resolves #802 

Change Empiar to EMPIAR because this is an acronym.

<img width="966" alt="Screenshot 2024-07-05 at 9 19 08 AM"
src="https://github.com/chanzuckerberg/cryoet-data-portal/assets/109251328/5c6adb4e-2bdb-4633-8688-c2a5ff3ce875">
<img width="266" alt="Screenshot 2024-07-05 at 9 18 57 AM"
src="https://github.com/chanzuckerberg/cryoet-data-portal/assets/109251328/7128d0fe-c185-4cb7-aba3-b88deac0d95d">
  • Loading branch information
ehoops-cz authored Jul 8, 2024
1 parent 76daa57 commit e53e91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/data-portal/app/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const i18n = {
documentation: 'Documentation',
downloadDataset: 'Download Dataset',
emdb: 'EMDB',
empiarID: 'Empiar ID',
empiarID: 'EMPIAR ID',
energyFilter: 'Energy Filter',
excellent: 'Excellent',
false: 'False',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ testMultiInputFilter({
},
{
queryParam: QueryParams.EmpiarId,
label: 'Empiar ID',
label: 'EMPIAR ID',
valueKey: 'empiarId',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"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",
"empiarID": "EMPIAR ID",
"energyFilter": "Energy Filter",
"estimatedDownloadSize": "Estimated Download Size",
"excellent": "Excellent",
Expand Down

0 comments on commit e53e91c

Please sign in to comment.