From e53e91ce747187d4975a982af292bfb34bf51c80 Mon Sep 17 00:00:00 2001 From: Erin Hoops <109251328+ehoops-cz@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:39:26 -0700 Subject: [PATCH] fix: change Empiar to EMPIAR (#838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #802 Change Empiar to EMPIAR because this is an acronym. Screenshot 2024-07-05 at 9 19 08 AM Screenshot 2024-07-05 at 9 18 57 AM --- frontend/packages/data-portal/app/i18n.ts | 2 +- frontend/packages/data-portal/e2e/browseDatasetFilter.test.ts | 2 +- .../packages/data-portal/public/locales/en/translation.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/packages/data-portal/app/i18n.ts b/frontend/packages/data-portal/app/i18n.ts index 623e7d3d9..2ac29ad24 100644 --- a/frontend/packages/data-portal/app/i18n.ts +++ b/frontend/packages/data-portal/app/i18n.ts @@ -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', diff --git a/frontend/packages/data-portal/e2e/browseDatasetFilter.test.ts b/frontend/packages/data-portal/e2e/browseDatasetFilter.test.ts index 2bc5b9df8..e71049d30 100644 --- a/frontend/packages/data-portal/e2e/browseDatasetFilter.test.ts +++ b/frontend/packages/data-portal/e2e/browseDatasetFilter.test.ts @@ -49,7 +49,7 @@ testMultiInputFilter({ }, { queryParam: QueryParams.EmpiarId, - label: 'Empiar ID', + label: 'EMPIAR ID', valueKey: 'empiarId', }, { diff --git a/frontend/packages/data-portal/public/locales/en/translation.json b/frontend/packages/data-portal/public/locales/en/translation.json index 3d4572448..43b0ed126 100644 --- a/frontend/packages/data-portal/public/locales/en/translation.json +++ b/frontend/packages/data-portal/public/locales/en/translation.json @@ -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",