diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:27:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:27:38 +0100 |
commit | 27aba6e9ea566debec1707c4cc22019cf71b076c (patch) | |
tree | 59ac38100701863e95c7e11a895415f46c759e16 /client/src | |
parent | 82e3ae1523ca6b9013010d9f588213ce4e160403 (diff) | |
download | PeerTube-27aba6e9ea566debec1707c4cc22019cf71b076c.tar.gz PeerTube-27aba6e9ea566debec1707c4cc22019cf71b076c.tar.zst PeerTube-27aba6e9ea566debec1707c4cc22019cf71b076c.zip |
Add description to "remove" registration request
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/moderation/registration-list/registration-list.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/moderation/registration-list/registration-list.component.ts b/client/src/app/+admin/moderation/registration-list/registration-list.component.ts index ed8fbec51..3ca1ceab8 100644 --- a/client/src/app/+admin/moderation/registration-list/registration-list.component.ts +++ b/client/src/app/+admin/moderation/registration-list/registration-list.component.ts | |||
@@ -54,6 +54,7 @@ export class RegistrationListComponent extends RestTable <UserRegistration> impl | |||
54 | }, | 54 | }, |
55 | { | 55 | { |
56 | label: $localize`Remove this request`, | 56 | label: $localize`Remove this request`, |
57 | description: $localize`Remove the request from the list. The user can register again.`, | ||
57 | handler: registration => this.removeRegistrations([ registration ]) | 58 | handler: registration => this.removeRegistrations([ registration ]) |
58 | } | 59 | } |
59 | ] | 60 | ] |