aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales/en
diff options
context:
space:
mode:
authorDeepanshu Saini <76242952+deepanshu2711@users.noreply.github.com>2025-06-21 19:01:45 +0530
committerGitHub <noreply@github.com>2025-06-21 14:31:45 +0100
commit0f4c616230f570b2323fbc473e6f857b36abd5ba (patch)
treed84f675985ba7a68b2b1c69c6eff9fa16bc052c9 /apps/web/lib/i18n/locales/en
parent426beff15aad0c164e81996b3f6754fdc6ecfc29 (diff)
downloadkarakeep-0f4c616230f570b2323fbc473e6f857b36abd5ba.tar.zst
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 <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json1
1 files changed, 1 insertions, 0 deletions
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",