:fountain_pen corrige typo
parent
96dd2b926b
commit
8e6b547cf3
|
@ -570,7 +570,7 @@ Exemples: Examples
|
|||
Intégrer le simulateur: Integrate the simulator
|
||||
|
||||
# Landing infrance
|
||||
Que souhaitez vous faire ?: What do you want to do?
|
||||
Que souhaitez-vous faire ?: What do you want to do?
|
||||
Créer votre entreprise: Create your company
|
||||
subtitle: The official guide for entrepreneurs
|
||||
Connaître les démarches d'embauche: Know the hiring procedures
|
||||
|
|
|
@ -48,7 +48,7 @@ export default compose(
|
|||
<img alt="logo urssaf" src={urssafSvg} />
|
||||
</div>
|
||||
<h2 style={{ textAlign: 'center', marginBottom: '2rem' }}>
|
||||
<T>Que souhaitez vous faire ?</T>
|
||||
<T>Que souhaitez-vous faire ?</T>
|
||||
</h2>
|
||||
<Link className="landing__choice " to={sitePaths.entreprise.index}>
|
||||
{emoji('💡')} <T>Créer une entreprise</T>
|
||||
|
|
|
@ -68,7 +68,7 @@ class SocialSecurity extends Component<Props, {}> {
|
|||
<>
|
||||
<br />
|
||||
<h2 style={{ textAlign: 'center', marginBottom: '2rem' }}>
|
||||
Que souhaitez vous estimer ?
|
||||
Que souhaitez-vous estimer ?
|
||||
</h2>
|
||||
<Link
|
||||
className="landing__choice "
|
||||
|
|
Loading…
Reference in New Issue