Skip to content

Commit

Permalink
add text changes and remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kdachev97 committed Mar 17, 2024
1 parent 17f70be commit ce55ef3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/locales/bg/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"unique-field-violation": "Полето `{1}` със тази стойност вече съществува в платформата.",
"payment-reference": "Невалиден формат на кода за плащане",
"eik-invalid": "Невалидно ЕИК",
"help-us-improve": "Искате ли да ни помогнете да подобрим платформата? Искаме да чуем вашето мнение? Отделете ни 30 мин за подобрите платформа на подкрепи.бг"
"help-us-improve": "Искате ли да ни помогнете да подобрим платформата? Искаме да чуем Вашето мнение? Отделете ни 30 минути, за подобрите платформа на Подкрепи.бг"
}
2 changes: 1 addition & 1 deletion public/locales/en/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"unique-field-violation": "The field `{1}` with this value already exists in the platform.",
"payment-reference": "Invalid payment code format",
"eik-invalid": "Invalid EIK",
"help-us-improve": "Do you want to help us improve the platform? We want to hear from you? Please spare 30 mins to help us improve podkrepi.bg"
"help-us-improve": "Do you want to help us improve the platform? We want to hear from you? Please spare 30 minutes to help us improve Podkrepi.bg"
}
5 changes: 0 additions & 5 deletions src/components/common/form/HelpUsImproveField.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { useTranslation } from 'next-i18next'
import { Typography } from '@mui/material'

// import { routes } from 'common/routes'
// import ExternalLink from 'components/common/ExternalLink'
import CheckboxField from 'components/common/form/CheckboxField'

export type HelpUsImproveFieldProps = {
Expand All @@ -17,9 +15,6 @@ export default function HelpUsImproveField({ name }: HelpUsImproveFieldProps) {
label={
<Typography variant="body2">
{t('validation:help-us-improve')}{' '}
{/* <ExternalLink href={routes.helpUsImprove}>
{t('validation:help-us-improve')}
</ExternalLink> */}
</Typography>
}
/>
Expand Down

0 comments on commit ce55ef3

Please sign in to comment.