Skip to content

Commit

Permalink
Update minor FE issues (#1807)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored May 29, 2024
1 parent 128dd2f commit 43b085a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/locales/bg/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"team-gathering": "Събиране на екип от доброволци с разнообразни експертиза и опит.",
"november-2020-title": "ноември 2020",
"starting": "Стартиране на",
"project-server": "Сървър за Проекта.",
"project-server": "Създаване на Discord сървър за Проекта.",
"manifesto-preparation": "Подготовка на манифест на ценности и работни принципи.",
"meetings-discussions": "Срещи и дискусии с експерти.",
"online-panel": "Онлайн панел с медици и НПО представители.",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/bg/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"title": "Гаранти",
"corporateGivers": "Корпоративни дарители",
"megaGivers": "Мега дарители",
"megaGiversSubtitle": "Хора дарили суми над 5000лв",
"megaGiversSubtitle": "Хора, дарили суми над 5000 лв",
"superGivers": "Супер дарители",
"superGiversSubtitle": "Хора дарили суми над 500лв"
"superGiversSubtitle": "Хора, дарили суми над 500 лв"
}
}
2 changes: 1 addition & 1 deletion public/locales/en/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"team-gathering": "Gathering a team of volunteers with various expertise and experience.",
"november-2020-title": "November 2020",
"starting": "Starting a",
"project-server": "Server for the project.",
"project-server": "Creating Discord server for the Project.",
"manifesto-preparation": "Preparation of a manifesto of values and working principles.",
"meetings-discussions": "Meetings and discussions with experts.",
"online-panel": "Online panel with medics and NGO representatives.",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"title": "Guarantors",
"corporateGivers": "Corporate Donors",
"megaGivers": "Mega Donors",
"megaGiversSubtitle": "People donated amounts over 5000lv",
"megaGiversSubtitle": "People donated amounts over 5000 lv",
"superGivers": "Super Donors",
"superGiversSubtitle": "People donated amounts over 500lv"
"superGiversSubtitle": "People donated amounts over 500 lv"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export default observer(function CampaignPublicExpensesGrid({ slug }: Props) {
field: 'amount',
headerName: t('expenses:fields.amount'),
headerClassName: classes.gridColumn,
align: 'right',
minWidth: 120,
valueGetter: ({ value, row }) => value && toMoney(row.amount, 1),
renderCell: (params: GridRenderCellParams): React.ReactNode => {
Expand Down
1 change: 0 additions & 1 deletion src/components/common/form/AcceptNewsletterField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function AcceptNewsLetterFieldCampaign({ name }: AcceptNewsLetterFieldPro
const { t } = useTranslation('validation')
return (
<CheckboxField
sx={{ paddingTop: '0px' }}
name={name}
label={
<Typography textAlign="start" variant="body2">
Expand Down

0 comments on commit 43b085a

Please sign in to comment.