🐛 Salaire total n'est plus utilise
parent
147029ba00
commit
57a4114916
|
@ -218,7 +218,7 @@ export default class ResultsGrid extends Component {
|
|||
<td key="total" className="element value">
|
||||
{humanFigure(2)(total)}{' '}
|
||||
<span className="annotation">
|
||||
<Trans>Salaire total</Trans>
|
||||
<Trans>Salaire chargé</Trans>
|
||||
</span>
|
||||
</td>
|
||||
]}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
enterSalary: Enter a monthly salary
|
||||
nterSalary: Enter a monthly salary
|
||||
news: Understand the social cost of hiring in France.
|
||||
Estimation approximative: This is an estimate
|
||||
defaults: assuming a permanent (CDI) full-time contract
|
||||
|
@ -40,7 +40,7 @@ logement: housing
|
|||
autre: other
|
||||
Salaire brut: Gross salary
|
||||
Salaire net: Net salary
|
||||
Salaire total: Total salary
|
||||
Salaire chargé: Total salary
|
||||
Salaire brut de base: Base salary
|
||||
Avantages salarié: Employee benefits
|
||||
Réductions: Deductions
|
||||
|
|
Loading…
Reference in New Issue