Skip to content

Commit 6bd460c

Browse files
authored
fix: consultation index range name (#2140)
1 parent 0081862 commit 6bd460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/design-system/base/client/TileCompanyIndex.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const TileCompanyIndex = (dto: SearchDeclarationResultDTO) => {
8181
<GridCol sm={3}>
8282
{workforce && workforce.range && (
8383
<div className={fr.cx("fr-mt-1v", "fr-mt-md-0")}>
84-
<span className={styles.numberOfEmployees}>Effectif:</span>
84+
<span className={styles.numberOfEmployees}>Tranche effectifs assujettis :</span>
8585
<span className={styles.employeeslegend}>{CompanyWorkforceRange.Label[workforce.range]}</span>
8686
</div>
8787
)}

0 commit comments

Comments
 (0)