We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081862 commit 6bd460cCopy full SHA for 6bd460c
packages/app/src/design-system/base/client/TileCompanyIndex.tsx
@@ -81,7 +81,7 @@ export const TileCompanyIndex = (dto: SearchDeclarationResultDTO) => {
81
<GridCol sm={3}>
82
{workforce && workforce.range && (
83
<div className={fr.cx("fr-mt-1v", "fr-mt-md-0")}>
84
- <span className={styles.numberOfEmployees}>Effectif:</span>
+ <span className={styles.numberOfEmployees}>Tranche effectifs assujettis :</span>
85
<span className={styles.employeeslegend}>{CompanyWorkforceRange.Label[workforce.range]}</span>
86
</div>
87
)}
0 commit comments