Skip to content

Commit

Permalink
Update spelling errors and texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 16, 2024
1 parent a795eba commit d4e90e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/locales/bg/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"contribute": "Как да се включа",
"project-docs": "Проектна документация",
"open-source": "Отворен Код",
"open-data": "Отворени Данни"
"open-data": "Отворени данни"
},
"donate": "Дарете",
"donation-menu": "Кампании",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/affiliates/AffiliatesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/client/campaign-news/CampaignNewsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')} <`}
</Button>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/client/campaigns/CampaignFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4e90e8

Please sign in to comment.