From f0e1a56b1a411a6e9d4eeaa925e22b52a5bd71d8 Mon Sep 17 00:00:00 2001 From: Maneesh Shukla Date: Wed, 3 Sep 2025 13:47:38 +0530 Subject: [PATCH] user-group: Replace the deactivate modal text. Previously, the modal text stated, "This action cannot be undone." However, since it is now possible to reactivate the user-group at any time, we should update the modal text to reflect this change. --- web/templates/confirm_dialog/confirm_delete_user.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/confirm_dialog/confirm_delete_user.hbs b/web/templates/confirm_dialog/confirm_delete_user.hbs index 0c9ed911ad..2a4782f213 100644 --- a/web/templates/confirm_dialog/confirm_delete_user.hbs +++ b/web/templates/confirm_dialog/confirm_delete_user.hbs @@ -1,3 +1,3 @@

- {{t "This action cannot be undone." }} + {{t "You can always reactivate this group later." }}