From fa66617b81aef14b02e098a2c1b59a0787c928a8 Mon Sep 17 00:00:00 2001
From: Norbert Schuler
Date: Sun, 10 Nov 2024 12:25:34 +0100
Subject: [PATCH] added a sample button to trigger an exception (to be removed
again)
---
.../user/Settings/DeleteProfile/DeleteProfileForm.tsx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/features/user/Settings/DeleteProfile/DeleteProfileForm.tsx b/src/features/user/Settings/DeleteProfile/DeleteProfileForm.tsx
index 815e043a02..952ea531c6 100644
--- a/src/features/user/Settings/DeleteProfile/DeleteProfileForm.tsx
+++ b/src/features/user/Settings/DeleteProfile/DeleteProfileForm.tsx
@@ -72,6 +72,14 @@ export default function DeleteProfileForm() {
delete: 'Delete',
})}
+
{tCommon('alternativelyEditProfile')}