:fountain_pen corrige seul ou a plusieurs
parent
29b470ce3b
commit
41cd63eb37
|
@ -363,8 +363,8 @@ associés:
|
|||
Note: this choice is not final. You can start your company on your own,
|
||||
and welcome new partners as your business grows.
|
||||
</1>
|
||||
choix1: Only one partner
|
||||
choix2: More than one partner
|
||||
choix1: Alone
|
||||
choix2: Several partners
|
||||
|
||||
trouver:
|
||||
page:
|
||||
|
|
|
@ -32,7 +32,7 @@ const NumberOfAssociates = ({ companyHasMultipleAssociates, t }: Props) => (
|
|||
/>
|
||||
</Helmet>
|
||||
<h2>
|
||||
<T k="associés.titre">Nombre d'associés</T>
|
||||
<T k="associés.titre">Seul ou à plusieurs</T>
|
||||
</h2>
|
||||
<T k="associés.description">
|
||||
<p>
|
||||
|
@ -53,14 +53,14 @@ const NumberOfAssociates = ({ companyHasMultipleAssociates, t }: Props) => (
|
|||
companyHasMultipleAssociates(false)
|
||||
}}
|
||||
className="ui__ button">
|
||||
<T k="associés.choix1">Un associé</T>
|
||||
<T k="associés.choix1">Seul</T>
|
||||
</button>
|
||||
<button
|
||||
onClick={() => {
|
||||
companyHasMultipleAssociates(true)
|
||||
}}
|
||||
className="ui__ button">
|
||||
<T k="associés.choix2">Plusieurs associés</T>
|
||||
<T k="associés.choix2">Plusieurs personnes</T>
|
||||
</button>
|
||||
</div>
|
||||
<CompanyStatusNavigation
|
||||
|
|
Loading…
Reference in New Issue