diff --git a/apps/hpc-cdm/src/i18n/langs/en.json b/apps/hpc-cdm/src/i18n/langs/en.json index fa51ba72f..e65d3ac28 100644 --- a/apps/hpc-cdm/src/i18n/langs/en.json +++ b/apps/hpc-cdm/src/i18n/langs/en.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Switch to English", - "title": "Humanitarian Coordination Mapping - 2022", + "title": "Humanitarian Coordination Mapping - 2023", "user": { "login": "Login", "logout": "Logout" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Humanitarian Coordination Mapping - 2022", + "primary": "Humanitarian Coordination Mapping - 2023", "secondary": "Humanitarian Coordination Structures at the Country Level" }, - "surveyIntro": "Welcome to the annual mapping survey on humanitarian coordination structures and capacities in place during 2022. Click on the login button. You will be asked to log in using your Humanitarian ID email and password. If you have forgotten your credentials or need to register, please follow the prompts on the following Humanitarian ID page.", + "surveyIntro": "Welcome to the annual mapping survey on humanitarian coordination structures and capacities in place during 2023. Click on the login button. You will be asked to log in using your Humanitarian ID email and password. If you have forgotten your credentials or need to register, please follow the prompts on the following Humanitarian ID page.", "acceptableUseNotification": { "login": "Click here to login", "title": "Acceptable Use Notification", diff --git a/apps/hpc-cdm/src/i18n/langs/es.json b/apps/hpc-cdm/src/i18n/langs/es.json index 6ea777ab8..a05bf30d8 100644 --- a/apps/hpc-cdm/src/i18n/langs/es.json +++ b/apps/hpc-cdm/src/i18n/langs/es.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Pasar al español", - "title": "Encuesta sobre las estructuras de coordinación humanitaria - 2022", + "title": "Encuesta sobre las estructuras de coordinación humanitaria - 2023", "user": { "login": "Inicio de sesión", "logout": "Cerrar sesión" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Encuesta sobre las estructuras de coordinación humanitaria - 2022", + "primary": "Encuesta sobre las estructuras de coordinación humanitaria - 2023", "secondary": "Estructuras de coordinación humanitaria a escala nacional" }, - "surveyIntro": "Bienvenido a la encuesta anual sobre las estructuras y capacidades de coordinación humanitaria existentes en 2022. Haga clic en el botón de inicio de sesión. Se le pedirá que inicie sesión con su dirección de correo electrónico y su contraseña de \"Humanitarian ID\". Si ha olvidado sus datos de acceso o necesita registrarse, siga las instrucciones de la página del Humanitarian ID.", + "surveyIntro": "Bienvenido a la encuesta anual sobre las estructuras y capacidades de coordinación humanitaria existentes en 2023. Haga clic en el botón de inicio de sesión. Se le pedirá que inicie sesión con su dirección de correo electrónico y su contraseña de \"Humanitarian ID\". Si ha olvidado sus datos de acceso o necesita registrarse, siga las instrucciones de la página del Humanitarian ID.", "acceptableUseNotification": { "login": "Haga clic aquí para iniciar sesión", "title": "Notificación de uso aceptable", diff --git a/apps/hpc-cdm/src/i18n/langs/fr.json b/apps/hpc-cdm/src/i18n/langs/fr.json index f66b0187d..96542e8c0 100644 --- a/apps/hpc-cdm/src/i18n/langs/fr.json +++ b/apps/hpc-cdm/src/i18n/langs/fr.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Passer à la version française", - "title": "Enquête sur les structures de coordination humanitaire – 2022", + "title": "Enquête sur les structures de coordination humanitaire – 2023", "user": { "login": "Connexion", "logout": "Déconnexion" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Enquête sur les structures de coordination humanitaire – 2022", + "primary": "Enquête sur les structures de coordination humanitaire – 2023", "secondary": "Structures de Coordination Humanitaire au Niveau du Pays" }, - "surveyIntro": "Bienvenue à l'enquête annuelle sur les structures et capacités de coordination humanitaire en place pendant 2022. Cliquez sur le bouton de connexion. Il vous sera demandé de vous connecter en utilisant votre adresse e-mail et votre mot de passe « Humanitarian ID”. Si vous avez oublié vos informations d'identification ou vous avez besoin de vous inscrire, veuillez suivre les instructions sur la page Humanitarian ID suivante.", + "surveyIntro": "Bienvenue à l'enquête annuelle sur les structures et capacités de coordination humanitaire en place pendant 2023. Cliquez sur le bouton de connexion. Il vous sera demandé de vous connecter en utilisant votre adresse e-mail et votre mot de passe « Humanitarian ID”. Si vous avez oublié vos informations d'identification ou vous avez besoin de vous inscrire, veuillez suivre les instructions sur la page Humanitarian ID suivante.", "acceptableUseNotification": { "login": "Cliquez ici pour vous connecter", "title": "Notification d'utilisation acceptable", diff --git a/apps/hpc-cdm/src/index.html b/apps/hpc-cdm/src/index.html index f027a7fd3..ce1e8ed6e 100644 --- a/apps/hpc-cdm/src/index.html +++ b/apps/hpc-cdm/src/index.html @@ -2,7 +2,7 @@ - Humanitarian Coordination Mapping - 2020 + Humanitarian Coordination Mapping - 2023 diff --git a/package-lock.json b/package-lock.json index c5222c048..dd38ab044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "license": "Apache-2.0", "devDependencies": { "@babel/core": "7.21.4", diff --git a/package.json b/package.json index ceda052e8..75751004e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "license": "Apache-2.0", "scripts": { "remove-unneeded-deps": "node tools/remove-unneeded-deps.js",