Skip to content

Commit

Permalink
Update payment provider type heading translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 2, 2024
1 parent fe6ec62 commit 8885e48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion public/locales/bg/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"toDate": "До",
"date": "Дата",
"type": "Тип",
"sort": "Вид",
"cause": "Кауза",
"amount": "Сума",
"cancelDonation": "Откажи дарение",
Expand Down
1 change: 0 additions & 1 deletion public/locales/en/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"toDate": "To",
"date": "Date",
"type": "Type",
"sort": "Sort",
"cause": "Cause",
"amount": "Amount",
"cancelDonation": "Cancel donation",
Expand Down
2 changes: 1 addition & 1 deletion src/components/client/auth/profile/DonationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function DonationTable({ donations }: DonationTableProps) {
<TableRow>
<TableCell>{t('profile:donations.date')}</TableCell>
<TableCell>{t('profile:donations.status.header')}</TableCell>
<TableCell>{t('profile:donations.sort')}</TableCell>
<TableCell>{t('profile:donations.type')}</TableCell>
<TableCell>{t('profile:donations.cause')}</TableCell>
<TableCell>{t('profile:donations.amount')}</TableCell>
<TableCell>{t('profile:donations.certificate')}</TableCell>
Expand Down

0 comments on commit 8885e48

Please sign in to comment.