From b5545bb5c8e9f32e7833c30ac26f045705281b68 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 21 Dec 2025 14:17:02 +0100 Subject: [PATCH] Added entity/searchdomain name to deletion confirmation warning for searchdomain and entity --- src/Server/Resources/SharedResources.de.resx | 6 ++++++ src/Server/Resources/SharedResources.en.resx | 6 ++++++ src/Server/Views/Home/Index.cshtml | 11 +++++++++-- 3 files changed, 21 insertions(+), 2 deletions(-) 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 @@