diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 492afa66b..ae80523fc 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -28,7 +28,7 @@ "contribute": "Как да се включа", "project-docs": "Проектна документация", "open-source": "Отворен Код", - "open-data": "Отворени Данни" + "open-data": "Отворени данни" }, "donate": "Дарете", "donation-menu": "Кампании", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 11f5a34ba..d0af58071 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -28,7 +28,7 @@ "contribute": "How to Contribute", "project-docs": "Project Docs", "open-source": "Open Source", - "open-data": "Open Data" + "open-data": "Open data" }, "donate": "Donate", "donation-menu": "Campaigns", diff --git a/src/components/admin/affiliates/AffiliatesPage.tsx b/src/components/admin/affiliates/AffiliatesPage.tsx index 07cbd83d7..8df41bd2a 100644 --- a/src/components/admin/affiliates/AffiliatesPage.tsx +++ b/src/components/admin/affiliates/AffiliatesPage.tsx @@ -19,7 +19,7 @@ import LoopIcon from '@mui/icons-material/Loop' const addIconStyles = { color: '#4ac3ff', - background: 'transperent', + background: 'transparent', fontSize: theme.typography.pxToRem(40), cursor: 'pointer', padding: 0.7, diff --git a/src/components/client/campaign-news/CampaignNewsList.tsx b/src/components/client/campaign-news/CampaignNewsList.tsx index 06453c79f..a1d5da083 100644 --- a/src/components/client/campaign-news/CampaignNewsList.tsx +++ b/src/components/client/campaign-news/CampaignNewsList.tsx @@ -188,7 +188,7 @@ export default function CampaignNewsList({ articles }: Props) { expandContent(article.id) scrollToTop(article.id) }} - sx={{ background: 'transperent', width: '100%' }}> + sx={{ background: 'transparent', width: '100%' }}> {!isExpanded[article.id] ? `${t('read-more')} >` : `${t('read-less')} <`} )} diff --git a/src/components/client/campaigns/CampaignFilter.tsx b/src/components/client/campaigns/CampaignFilter.tsx index 820977212..90f77afdb 100644 --- a/src/components/client/campaigns/CampaignFilter.tsx +++ b/src/components/client/campaigns/CampaignFilter.tsx @@ -53,7 +53,7 @@ const Root = styled('div')(() => ({ '&:focus': { color: theme.palette.primary.light, borderBottom: `5px solid ${theme.palette.primary.light}`, - background: 'transperent', + background: 'transparent', }, '&:hover': { color: theme.palette.primary.light,