Skip to content

Commit

Permalink
fix translation for transferred money
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Oct 16, 2024
1 parent 2474556 commit 6d5be45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/bg/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"amount-collected": "Събрана сума",
"available": "Налични",
"guaranteed": "Гарантирани",
"translated": "Преведени",
"transferred": "Преведени",
"accounted": "Отчетени"
}
}
2 changes: 1 addition & 1 deletion public/locales/en/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"amount-collected": "Amount Collected",
"available": "Аvailable",
"guaranteed": "Guaranteed",
"translated": "Translated",
"transferred": "Transferred",
"accounted": "Accounted"
}
}
2 changes: 1 addition & 1 deletion src/components/client/campaigns/CampaignDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const CampaignFinanceSummary = ({ campaign, expenses }: CampaignFinanceProps) =>
</Tooltip>
</Typography>
<Typography className={classes.financeSummary} fontWeight={600}>
{t('campaigns:campaign-details-report.translated')}: {moneyPublic(transferred)}
{t('campaigns:campaign-details-report.transferred')}: {moneyPublic(transferred)}
<Tooltip
enterTouchDelay={0}
title="Средства преведени от сметката на Podkrepi.bg към организатора на кампанията">
Expand Down

0 comments on commit 6d5be45

Please sign in to comment.