diff --git a/source/components/ui/index.css b/source/components/ui/index.css index 54635a5f1..202e06705 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -38,8 +38,8 @@ button { flex-wrap: wrap; } .ui__.answer-group > * { - flex-grow: 1; - flex-shrink: 0; + flex: 1; + white-space: nowrap; margin: 0.5rem !important; } } diff --git a/source/locales/en.yaml b/source/locales/en.yaml index 93fe9f8d6..f68946cc5 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -574,3 +574,4 @@ par: per Explorez notre base de règles: Explore our rules maj2019: The simulation is up-to-date in 2019. +siteName: mycompanyinfrance.fr diff --git a/source/sites/mycompanyinfrance.fr/App.js b/source/sites/mycompanyinfrance.fr/App.js index ca2d576c3..fcb79c605 100644 --- a/source/sites/mycompanyinfrance.fr/App.js +++ b/source/sites/mycompanyinfrance.fr/App.js @@ -6,6 +6,7 @@ import { compose } from 'ramda' import createRavenMiddleware from 'raven-for-redux' import Raven from 'raven-js' import React, { Component } from 'react' +import Helmet from 'react-helmet' import { withNamespaces } from 'react-i18next' import { Route, Switch } from 'react-router-dom' import 'Ui/index.css' @@ -82,8 +83,12 @@ let RouterSwitch = compose(withNamespaces())(() => { ) }) -const App = withSitePaths(({ sitePaths }) => ( +const App = compose( + withSitePaths, + withNamespaces() +)(({ sitePaths, t }) => (
+ {/* Passing location down to prevent update blocking */}
diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/Home.js b/source/sites/mycompanyinfrance.fr/pages/Company/Home.js index 49a0facae..0f06f8e8e 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/Home.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/Home.js @@ -48,7 +48,7 @@ const CreateMyCompany = ({ {t( 'formeJuridique.page.titre', - 'Quel statut juridique choisir pour votre entreprise ?' + 'Quel statut juridique choisir : le guide pas à pas' )}