mirror of https://github.com/Chocobozzz/PeerTube
Add description to "remove" registration request
parent
82e3ae1523
commit
27aba6e9ea
|
@ -54,6 +54,7 @@ export class RegistrationListComponent extends RestTable <UserRegistration> impl
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: $localize`Remove this request`,
|
label: $localize`Remove this request`,
|
||||||
|
description: $localize`Remove the request from the list. The user can register again.`,
|
||||||
handler: registration => this.removeRegistrations([ registration ])
|
handler: registration => this.removeRegistrations([ registration ])
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue