diff --git a/README.md b/README.md index 0dc85155..6e61f93b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MonSoutienPsy +# Mon soutien psy https://monsoutienpsy.sante.gouv.fr diff --git a/cypress/integration/faq.spec.js b/cypress/integration/faq.spec.js index 100a7b6a..e69ec9f5 100644 --- a/cypress/integration/faq.spec.js +++ b/cypress/integration/faq.spec.js @@ -3,7 +3,7 @@ describe("FAQ", () => { cy.visit("/faq"); cy.get("h1").should( "have.text", - "Information sur le dispositif MonSoutienPsy" + "Information sur le dispositif Mon soutien psy" ); cy.get("h2").should("have.text", "PrésentationPatientPsychologueMédecin"); diff --git a/cypress/integration/home.spec.js b/cypress/integration/home.spec.js index 667a7f90..a23e4500 100644 --- a/cypress/integration/home.spec.js +++ b/cypress/integration/home.spec.js @@ -4,7 +4,7 @@ describe("Home & landing pages", () => { cy.get("h1").should( "have.text", - "Vous rencontrez une situation difficile ?Avec MonSoutienPsy, bénéficiez de 8 séances par an chez un ou une psychologue" + "Vous rencontrez une situation difficile ?Avec Mon soutien psy, bénéficiez de 8 séances par an chez un ou une psychologue" ); cy.get("h2").first().should("have.text", "Pourquoi consulter ?"); diff --git a/public/images/Video-Medecin.mp4.vtt b/public/images/Video-Medecin.mp4.vtt index 28f7e99c..62a7db4d 100644 --- a/public/images/Video-Medecin.mp4.vtt +++ b/public/images/Video-Medecin.mp4.vtt @@ -134,7 +134,7 @@ pourquoi je l'adresse. 29 00:01:21.400 --> 00:01:25.320 -Le dispositif MonSoutienPsy +Le dispositif Mon soutien psy représente un vrai progrès 30 diff --git a/public/images/Video-Temoignage.mp4.vtt b/public/images/Video-Temoignage.mp4.vtt index ed482fda..df3f4902 100644 --- a/public/images/Video-Temoignage.mp4.vtt +++ b/public/images/Video-Temoignage.mp4.vtt @@ -134,7 +134,7 @@ pourquoi je l'adresse. 29 00:01:21.400 --> 00:01:25.320 -Le dispositif MonSoutienPsy +Le dispositif Mon soutien psy représente un vrai progrès 30 diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index dcbe59c8..d395bc0e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -67,7 +67,7 @@ const Footer = () => ( ( Logo MSA diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 64a8378e..b9e1a9b5 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -5,7 +5,7 @@ const Nav = () => { const [modalMenuOpen, setModalMenuOpen] = useState(false); const items = [ { title: "Accueil", href: "/" }, - { title: "Annuaire MonSoutienPsy", href: "/annuaire" }, + { title: "Annuaire Mon soutien psy", href: "/annuaire" }, { title: "Psychologue", href: "/psychologues" }, { title: "Médecin", href: "/medecins" }, { title: "Foire aux questions", href: "/faq" }, @@ -20,7 +20,7 @@ const Nav = () => {

- + République
Française @@ -60,7 +60,7 @@ const Nav = () => {

-

MonSoutienPsy

+

Mon soutien psy

En parler, c’est déjà se soigner.

@@ -75,7 +75,7 @@ const Nav = () => {
  • - Annuaire MonSoutienPsy + Annuaire Mon soutien psy
  • diff --git a/src/cron/cronUtils.ts b/src/cron/cronUtils.ts index 8f6d0363..98ac0bbb 100644 --- a/src/cron/cronUtils.ts +++ b/src/cron/cronUtils.ts @@ -26,7 +26,7 @@ export async function sendEmailWithAttachments({ }); const mail: SendMailOptions = { - from: `MonSoutienPsy <${config.supportMail}>`, + from: `Mon soutien psy <${config.supportMail}>`, html: textSlices.join("
    "), subject: subject, text: textSlices.join("\n"), diff --git a/src/pages/404.tsx b/src/pages/404.tsx index d1a50346..0a25b410 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -2,7 +2,7 @@ import React, { useEffect } from "react"; export default function Custom404() { useEffect(() => { - document.title = "Page non trouvée | MonSoutienPsy"; + document.title = "Page non trouvée | Mon soutien psy"; }, []); return ( diff --git a/src/pages/accessibilite.tsx b/src/pages/accessibilite.tsx index e8b66bf8..7ee2f9df 100644 --- a/src/pages/accessibilite.tsx +++ b/src/pages/accessibilite.tsx @@ -8,7 +8,7 @@ const Page = () => { return ( <> - Accessibilité | MonSoutienPsy + Accessibilité | Mon soutien psy
    @@ -42,7 +42,7 @@ const Page = () => {

    Ministère des Solidarités et de la Santé –{" "} - MonSoutienPsy + Mon soutien psy {" "} est en conformité partielle avec le référentiel général d’amélioration de l’accessibilité (RGAA) « version 4.1 » diff --git a/src/pages/annuaire.tsx b/src/pages/annuaire.tsx index 450e370a..d775dba4 100644 --- a/src/pages/annuaire.tsx +++ b/src/pages/annuaire.tsx @@ -17,8 +17,8 @@ const Annuaire = () => (