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.
This commit is contained in:
Maneesh Shukla
2025-09-03 13:47:38 +05:30
committed by Tim Abbott
parent 39aa0eea4c
commit f0e1a56b1a

View File

@@ -1,3 +1,3 @@
<p>
{{t "This action cannot be undone." }}
{{t "You can always reactivate this group later." }}
</p>