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:
Jens Langhammer
2022-12-28 12:51:39 +01:00
parent be308b3392
commit 0e6400bfea
16 changed files with 731 additions and 42 deletions

View File

@@ -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>