♿ ajoute un attribut alt sur l'image de la description salarié'
parent
8fec6395f1
commit
97b385a01f
|
@ -1270,6 +1270,9 @@ pages:
|
|||
shortname: Midwife
|
||||
title: Income simulator for private midwives
|
||||
salarié:
|
||||
alt-image1: Net salary (received by the employee) = Gross salary (written in the
|
||||
employment contract) - employee contributions (pension, social security,
|
||||
etc.)
|
||||
explication seo: <0>Calculate your net salary</0><1>During the job interview,
|
||||
the employer usually offers a "gross" remuneration. The announced amount
|
||||
thus includes employee contributions, which are used to finance the
|
||||
|
|
|
@ -157,6 +157,10 @@ export function getSimulatorsData({
|
|||
? urlIllustrationNetBrut
|
||||
: urlIllustrationNetBrutEn
|
||||
}
|
||||
alt={t(
|
||||
'pages.simulateurs.salarié.alt-image1',
|
||||
'Salaire net (perçu par le salarié) = Salaire brut (inscrit dans le contrat de travail) - cotisations salariales (retraite, csg, etc)'
|
||||
)}
|
||||
css={`
|
||||
width: 100%;
|
||||
`}
|
||||
|
|
Loading…
Reference in New Issue