web: fix untranslated table columns

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-04 16:22:29 +02:00
parent d83756b4d9
commit bd514dcce6
16 changed files with 174 additions and 68 deletions

View File

@ -49,7 +49,7 @@ export class ProviderListPage extends TablePage<Provider> {
columns(): TableColumn[] {
return [
new TableColumn(t`Name`, t`name`),
new TableColumn("Application"),
new TableColumn(t`Application`),
new TableColumn(t`Type`, t`type`),
new TableColumn(""),
];