diff --git a/public/locales/en/index.json b/public/locales/en/index.json index 9ff413cf1..3ead17426 100644 --- a/public/locales/en/index.json +++ b/public/locales/en/index.json @@ -16,7 +16,7 @@ "see-more": "See more" }, "how-we-work": { - "heading": "How does Pordkprepi.bg work?", + "heading": "How does Podkrepi.bg work?", "text": "We have built a process of creating campaigns that ensures maximum security for donor funds and at the same time - attention and support to the needs of beneficiaries." }, "platform-statistics": { diff --git a/src/components/common/form/RadioButton.tsx b/src/components/common/form/RadioButton.tsx index c843c4a99..216a339a5 100644 --- a/src/components/common/form/RadioButton.tsx +++ b/src/components/common/form/RadioButton.tsx @@ -70,6 +70,14 @@ type RadioButtonProps = { error?: boolean } +function RadioButton({ + checked, + label, + muiRadioButtonProps, + value, + disabled, + error, +}: RadioButtonProps) { function RadioButton({ checked, label, @@ -92,6 +100,7 @@ function RadioButton({ } control={ } checkedIcon={