From 0f4c616230f570b2323fbc473e6f857b36abd5ba Mon Sep 17 00:00:00 2001 From: Deepanshu Saini <76242952+deepanshu2711@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:01:45 +0530 Subject: feat(admin): add confirmation dialog for user deletion (#1648) (#1649) * feat(admin): add confirmation dialog for user deletion (#1648) * No need to manage dialog state --------- Co-authored-by: Mohamed Bassem --- apps/web/lib/i18n/locales/en/translation.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib') diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 3ad4a25e..1801788e 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -275,6 +275,7 @@ "change_role": "Change Role", "reset_password": "Reset Password", "delete_user": "Delete User", + "delete_user_confirm_description": "Are you sure you want to delete user \"{{name}}\"?", "num_bookmarks": "Num Bookmarks", "asset_sizes": "Asset Sizes", "local_user": "Local User", -- cgit v1.2.3-70-g09d2