mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
web/admin: improve user/group UX for adding/removing users to and from groups
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@@ -199,7 +199,7 @@ export class DeleteBulkForm extends ModalButton {
|
||||
<p class="pf-c-title">
|
||||
${this.actionSubtext
|
||||
? this.actionSubtext
|
||||
: t`Are you sure you want to delete ${this.objects.length} ${this.objectLabel}?`}}
|
||||
: t`Are you sure you want to delete ${this.objects.length} ${this.objectLabel}?`}
|
||||
</p>
|
||||
<slot name="notice"></slot>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user