diff options
| author | Deepanshu Saini <76242952+deepanshu2711@users.noreply.github.com> | 2025-06-21 19:01:45 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-21 14:31:45 +0100 |
| commit | 0f4c616230f570b2323fbc473e6f857b36abd5ba (patch) | |
| tree | d84f675985ba7a68b2b1c69c6eff9fa16bc052c9 /apps/web/lib/i18n/locales/en | |
| parent | 426beff15aad0c164e81996b3f6754fdc6ecfc29 (diff) | |
| download | karakeep-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.json | 1 |
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", |
