From 66c22ac5406b04f790f77e75f8ffcf6dcb5897cb Mon Sep 17 00:00:00 2001 From: Mael Date: Fri, 7 Jun 2019 11:22:34 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20titre=20et=20phrase=20?= =?UTF-8?q?d'accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/sites/mon-entreprise.fr/pages/Landing/Landing.js | 6 +++--- source/webpack.common.js | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/sites/mon-entreprise.fr/pages/Landing/Landing.js b/source/sites/mon-entreprise.fr/pages/Landing/Landing.js index ee7d416d8..0885eba81 100644 --- a/source/sites/mon-entreprise.fr/pages/Landing/Landing.js +++ b/source/sites/mon-entreprise.fr/pages/Landing/Landing.js @@ -49,12 +49,12 @@ export default compose( />

- Le guide officiel du créateur d'entreprise + L'assistant officiel du créateur d'entreprise

- Toutes les ressources nécessaires pour gérer votre activité, du - statut juridique à l'embauche. + Les ressources nécessaires pour développer votre activité, du statut + juridique à l'embauche.

diff --git a/source/webpack.common.js b/source/webpack.common.js index 306adcda3..17dabd162 100644 --- a/source/webpack.common.js +++ b/source/webpack.common.js @@ -47,7 +47,8 @@ module.exports = { template: 'index.html', inject: false, chunks: ['mon-entreprise'], - title: "Mon-entreprise.fr : Le guide officiel du créateur d'entreprise", + title: + "Mon-entreprise.fr : L'assistant officiel du créateur d'entreprise", description: 'Du statut juridique à la première embauche, en passant par la simulation des cotisations, vous trouverez ici toutes les ressources pour démarrer votre activité.', filename: 'mon-entreprise.html'