Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/locales/en-US/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Ecoscope Analysis",
"ecoscopeAnalysisLink": "Analysis",
"ecoscopeDownloaderLinkAriaLabel": "Ecoscope Downloader",
"ecoscopeDownloaderLink": "Downloader",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Ecoscope Downloader",
"ecoscopeDownloaderMigrationGuideLink": "Downloader",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "Web client version: {{version}}",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/es/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Análisis con Ecoscope",
"ecoscopeAnalysisLink": "Análisis",
"ecoscopeDownloaderLinkAriaLabel": "Descargador de Ecoscope",
"ecoscopeDownloaderLink": "Descargar",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Descargador de Ecoscope",
"ecoscopeDownloaderMigrationGuideLink": "Descargar",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "Versión del cliente web: {{version}}",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/fr/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Analyse avec Ecoscope",
"ecoscopeAnalysisLink": "Analyse",
"ecoscopeDownloaderLinkAriaLabel": "Téléchargeur d’Ecoscope",
"ecoscopeDownloaderLink": "Télécharger",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Téléchargeur d’Ecoscope",
"ecoscopeDownloaderMigrationGuideLink": "Télécharger",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "Version du client web: {{version}}",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/ne-NP/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Ecoscope सँग विश्लेषण",
"ecoscopeAnalysisLink": "विश्लेषण",
"ecoscopeDownloaderLinkAriaLabel": "Ecoscope डाउनलोडर",
"ecoscopeDownloaderLink": "डाउनलोड",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Ecoscope डाउनलोडर",
"ecoscopeDownloaderMigrationGuideLink": "डाउनलोड",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "वेब ग्राहक संस्करण: {{version}}",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/pt/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Análise com Ecoscope",
"ecoscopeAnalysisLink": "Análise",
"ecoscopeDownloaderLinkAriaLabel": "Baixador do Ecoscope",
"ecoscopeDownloaderLink": "Baixar",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Baixador do Ecoscope",
"ecoscopeDownloaderMigrationGuideLink": "Baixar",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "Versão do cliente web: {{version}}",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/sw/menu-drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"ecoscopeAnalysisLinkAriaLabel": "Uchambuzi na Ecoscope",
"ecoscopeAnalysisLink": "Uchambuzi",
"ecoscopeDownloaderLinkAriaLabel": "Upakuaji wa Ecoscope",
"ecoscopeDownloaderLink": "Pakua",
"ecoscopeDownloaderMigrationGuideLinkAriaLabel": "Upakuaji wa Ecoscope",
"ecoscopeDownloaderMigrationGuideLink": "Pakua",
"ecoscopeHeading": "ECOSCOPE",
"footer": {
"clientVersion": "Toleo la Wavuti: {{version}}",
Expand Down
8 changes: 4 additions & 4 deletions src/GlobalMenuDrawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const COMMUNITY_SITE_URL = 'https://Community.EarthRanger.com';
export const CONTACT_SUPPORT_EMAIL_ADDRESS = 'support@pamdas.org';
export const DATA_PRIVACY_POLICY_URL = 'https://assets-global.website-files.com/61a93c4da07e4e6975c3f2b2/61eaeb2ccd0b65595bd4d387_EarthRanger_PP_ver2021-10-01.pdf';
export const ECOSCOPE_ANALYSIS_URL = 'https://app.ecoscope.io/login';
export const ECOSCOPE_DOWNLOADER_URL = 'https://ecoscope.io/en/latest/ecoscope_gui.html#downloads';
export const ECOSCOPE_DOWNLOADER_MIGRATION_GUIDE_URL = 'https://support.earthranger.com/en_US/ecoscope-getting-help/ecoscope-migration-guide';
export const EULA_URL = 'https://assets.website-files.com/61a93c4da07e4e6975c3f2b2/61d7274b9ba24a5d8bac44b2_EarthRanger_EULA_ver2021-10-01.pdf';
export const HELP_CENTER_SITE_URL = 'https://support.earthranger.com/';
export const USERS_GUIDE_SITE_URL = 'https://support.earthranger.com/en_US/earthranger-web';
Expand Down Expand Up @@ -344,13 +344,13 @@ const GlobalMenuDrawer = () => {
<ul>
<li>
<a
aria-label={t('ecoscopeDownloaderLinkAriaLabel')}
href={ECOSCOPE_DOWNLOADER_URL}
aria-label={t('ecoscopeDownloaderMigrationGuideLinkAriaLabel')}
href={ECOSCOPE_DOWNLOADER_MIGRATION_GUIDE_URL}
onClick={() => mainToolbarTracker.track('Click \'Ecoscope Downloader\' menu item')}
rel="noopener noreferrer"
target="_blank"
>
{t('ecoscopeDownloaderLink')}
{t('ecoscopeDownloaderMigrationGuideLink')}
</a>
</li>

Expand Down
Loading