From 296bb8f0783c6f8ae91a039204efc0b47e5b4af7 Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 6 Nov 2018 13:45:32 +0000 Subject: [PATCH] :alien: Titres des menus de gauche --- source/locales/en.yaml | 2 +- .../mycompanyinfrance.fr/layout/Navigation/Navigation.js | 8 ++++---- .../layout/ProgressHeader/ProgressHeader.js | 2 +- .../mycompanyinfrance.fr/pages/Company/YourCompany.js | 6 ++++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/source/locales/en.yaml b/source/locales/en.yaml index 9c3cb0886..a71bb3bfc 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -372,4 +372,4 @@ sécu: | Votre entreprise: Your company Protection sociale: Social security -Embaucher: Hiring process +Embauche: Hiring process diff --git a/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js b/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js index 8bde6edd0..ec9ce5f47 100644 --- a/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js +++ b/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js @@ -1,6 +1,6 @@ /* @flow */ import { compose } from 'ramda' -import React from 'react' +import { React, T } from 'Components' import emoji from 'react-easy-emoji' import { connect } from 'react-redux' import { NavLink, withRouter } from 'react-router-dom' @@ -44,7 +44,7 @@ const StepsHeader = ({ exact={false} title={ <> - Your company + Votre entreprise
  • - Social security + Protection sociale
  • - Hiring process + Embauche
    - Embaucher + Embauche
    diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/YourCompany.js b/source/sites/mycompanyinfrance.fr/pages/Company/YourCompany.js index bf9b9630d..00ecc8915 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/YourCompany.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/YourCompany.js @@ -2,7 +2,7 @@ import withLanguage from 'Components/utils/withLanguage' import { toPairs } from 'ramda' -import React from 'react' +import { React, T } from 'Components' import { connect } from 'react-redux' import { Link, Redirect } from 'react-router-dom' import type { ResetExistingCompanyDetailsAction } from 'Types/companyTypes' @@ -58,7 +58,9 @@ export const CompanyDetails = (data: { [string]: string }) => { const YourCompany = ({ companyDetails, resetCompanyDetails }) => ( <> {!companyDetails && } -

    Your company

    +

    + Your company +