added missing translation reference

Signed-off-by: Piotr Piątkiewicz <piatkiewicz.piotr@gmail.com>
This commit is contained in:
Piotr Piątkiewicz
2024-02-13 12:22:31 +01:00
parent d1d602e6d9
commit d8eea9b165
@@ -89,7 +89,7 @@ export const LinguistCard = () => {
const processedDate = items?.processedDate;
return breakdown && processedDate ? (
<InfoCard title="Languages" className={classes.infoCard}>
<InfoCard title={t('entityCard.title')} className={classes.infoCard}>
<Box className={classes.barContainer}>
{breakdown.map((language, index: number) => {
barWidth = barWidth + language.percentage;