Skip to content

Commit

Permalink
translation (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
borislavstoychev authored Aug 14, 2022
1 parent 5d4e7cd commit c9a0419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/locales/bg/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cancelled": "отменено"
}
},
"certificates": {
"certificates-history": {
"index": "История на сертификати",
"title": "Онлайн дарения"
},
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cancelled": "cancelled"
}
},
"certificates": {
"certificates-history": {
"index": "Certificate history",
"title": "Online donations"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/auth/profile/CertificatesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ export default function CertificatesTab() {
return (
<Root>
<Box className={classes.boxTitle}>
<Typography className={classes.h3}>{t('profile:certificates.index')}</Typography>
<Typography className={classes.h3}>{t('profile:certificates-history.index')}</Typography>
</Box>
<ProfileTab name={ProfileTabs.certificates}>
<Box>
<Box sx={{ mt: 4 }}>
<h3 className={classes.thinFont}>{t('profile:certificates.title')}</h3>
<h3 className={classes.thinFont}>{t('profile:certificates-history.title')}</h3>
<DonationTable donations={data.donations} />
</Box>
</Box>
Expand Down

0 comments on commit c9a0419

Please sign in to comment.