diff --git a/KratosSelfService/Resources/CustomTranslator.de.resx b/KratosSelfService/Resources/CustomTranslator.de.resx
index 25c2590..b962bd6 100644
--- a/KratosSelfService/Resources/CustomTranslator.de.resx
+++ b/KratosSelfService/Resources/CustomTranslator.de.resx
@@ -181,4 +181,7 @@
Möchten Sie wirklich, dass Ihr Benutzerkonto gelöscht wird?
+
+ Account löschen
+
\ No newline at end of file
diff --git a/KratosSelfService/Resources/CustomTranslator.resx b/KratosSelfService/Resources/CustomTranslator.resx
index d72d8e1..f28464c 100644
--- a/KratosSelfService/Resources/CustomTranslator.resx
+++ b/KratosSelfService/Resources/CustomTranslator.resx
@@ -132,4 +132,7 @@
Confirm
+
+ Delete Account
+
\ No newline at end of file
diff --git a/KratosSelfService/Views/Settings/Settings.cshtml b/KratosSelfService/Views/Settings/Settings.cshtml
index 1609a5b..5b3a15a 100644
--- a/KratosSelfService/Views/Settings/Settings.cshtml
+++ b/KratosSelfService/Views/Settings/Settings.cshtml
@@ -36,7 +36,7 @@
}
-
+
@@ -99,8 +99,8 @@
@group.Key.ToLocalTitleString(OryTranslator)
-
}
+
+
+ @CustomTranslator.Get("settings.deleteAccount")
+
+
+
\ No newline at end of file