1
0
Fork 0

Add description to "remove" registration request

This commit is contained in:
Chocobozzz 2023-02-17 09:27:38 +01:00
parent 82e3ae1523
commit 27aba6e9ea
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export class RegistrationListComponent extends RestTable <UserRegistration> impl
},
{
label: $localize`Remove this request`,
description: $localize`Remove the request from the list. The user can register again.`,
handler: registration => this.removeRegistrations([ registration ])
}
]