diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2e189694..89522da87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@ changes.
### Fixed
--
+- Delete duplicate text on DRep registration form [Issue 1847](https://github.com/IntersectMBO/govtool/issues/1847)
### Changed
diff --git a/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx b/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx
index 5d0a10011..7b69b5a4f 100644
--- a/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx
+++ b/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx
@@ -96,15 +96,6 @@ export const RegisterAsDRepForm = ({
rules={Rules.GIVEN_NAME}
/>
-
-
-
- {t("registration.aboutYou")}
-
-
- {t("registration.aboutYouDescription")}
-
-