web: fix untranslated table columns
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -43,8 +43,8 @@ export class GroupListPage extends TablePage<Group> {
|
||||
return [
|
||||
new TableColumn(t`Name`, t`name`),
|
||||
new TableColumn(t`Parent`, t`parent`),
|
||||
new TableColumn("Members"),
|
||||
new TableColumn("Superuser privileges?"),
|
||||
new TableColumn(t`Members`),
|
||||
new TableColumn(t`Superuser privileges?`),
|
||||
new TableColumn(""),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user