web: remove gettext from icons

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-20 16:06:56 +01:00
parent b6087c0f10
commit 077abdb602
14 changed files with 14 additions and 14 deletions

View File

@ -24,7 +24,7 @@ export class FlowListPage extends TablePage<Flow> {
return gettext("Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them.");
}
pageIcon(): string {
return gettext("pf-icon pf-icon-process-automation");
return "pf-icon pf-icon-process-automation";
}
@property()