diff --git a/src/Server/Resources/SharedResources.de.resx b/src/Server/Resources/SharedResources.de.resx
index e18c07d..95fd591 100644
--- a/src/Server/Resources/SharedResources.de.resx
+++ b/src/Server/Resources/SharedResources.de.resx
@@ -18,4 +18,10 @@
Ungültiger Benutzername oder Passwort.
+
+ Sind Sie sicher, dass Sie <strong id="{0}">diese Entity</strong> löschen wollen?
+
+
+ Diese Aktion kann nicht rückgängig gemacht werden.
+
\ No newline at end of file
diff --git a/src/Server/Resources/SharedResources.en.resx b/src/Server/Resources/SharedResources.en.resx
index bd6e064..c9635ee 100644
--- a/src/Server/Resources/SharedResources.en.resx
+++ b/src/Server/Resources/SharedResources.en.resx
@@ -18,4 +18,10 @@
Invalid credentials.
+
+ Are you sure you want to delete <strong id="{0}">this entity</strong>?
+
+
+ This action cannot be undone.
+
\ No newline at end of file
diff --git a/src/Server/Views/Home/Index.cshtml b/src/Server/Views/Home/Index.cshtml
index ad5575d..2db39ee 100644
--- a/src/Server/Views/Home/Index.cshtml
+++ b/src/Server/Views/Home/Index.cshtml
@@ -275,7 +275,8 @@
-
@T["Are you sure you want to delete this searchdomain? This action cannot be undone."]
+
@Html.Raw(T["GenericDeleteConfirmation", "deleteSearchdomainConfirmationModalName"])
+
@T["IrreversibleActionWarning"]
-
@T["Are you sure you want to delete this entity? This action cannot be undone."]
+
@Html.Raw(T["GenericDeleteConfirmation", "deleteEntityConfirmationModalName"])
+
@T["IrreversibleActionWarning"]