From bca64b82805fe7f6be83f5107aa63e1b3ffcfc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zakrzewski?= Date: Thu, 9 Nov 2023 15:30:35 +0100 Subject: [PATCH] Replace Monkeypox with Mpox --- README.md | 4 ++-- cypress/e2e/App.spec.ts | 4 ++-- src/components/MapGuide/index.tsx | 4 ++-- src/components/TopBar/index.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 10791ce..4af0a69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Global.health Monkeypox visualization +# Global.health Mpox visualization -Global.health Monkeypox visualization +Global.health Mpox visualization https://map.monkeypox.global.health diff --git a/cypress/e2e/App.spec.ts b/cypress/e2e/App.spec.ts index 8fe9bf3..2bce566 100644 --- a/cypress/e2e/App.spec.ts +++ b/cypress/e2e/App.spec.ts @@ -65,7 +65,7 @@ describe('', () => { cy.visit('/'); cy.contains(/Country view/i).should('be.visible'); - cy.contains(/Monkeypox Dataset/i).should('be.visible'); + cy.contains(/Mpox Dataset/i).should('be.visible'); cy.contains(/Feedback/i).should('be.visible'); cy.contains(/Briefing Report/i).should('be.visible'); }); @@ -84,7 +84,7 @@ describe('', () => { cy.contains(/Line List Cases/i).should('be.visible'); cy.url().should('eq', 'http://localhost:3000/country'); - cy.contains(/Monkeypox Dataset/i) + cy.contains(/Mpox Dataset/i) .should('have.attr', 'href') .and('eq', 'https://github.com/globaldothealth/monkeypox'); diff --git a/src/components/MapGuide/index.tsx b/src/components/MapGuide/index.tsx index 96211b8..2a7dc1b 100644 --- a/src/components/MapGuide/index.tsx +++ b/src/components/MapGuide/index.tsx @@ -34,7 +34,7 @@ const StyledMapGuideContext: React.FC = () => { return ( <> - Welcome to the Global.health monkeypox map! + Welcome to the Global.health Mpox map! { }} > These geospatial data visualisations allow you to explore data - produced by the World Health Organization for the 2022 Monkeypox + produced by the World Health Organization for the 2022 Mpox outbreak. You can read about our data transition and completing a 100 days mission on the{' '} { target="_blank" > - Monkeypox Dataset + Mpox Dataset