web: remove gettext from icons
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -26,7 +26,7 @@ export class PropertyMappingListPage extends TablePage<PropertyMapping> {
|
||||
return gettext("Control how authentik exposes and interprets information.");
|
||||
}
|
||||
pageIcon(): string {
|
||||
return gettext("pf-icon pf-icon-blueprint");
|
||||
return "pf-icon pf-icon-blueprint";
|
||||
}
|
||||
|
||||
@property()
|
||||
|
||||
Reference in New Issue
Block a user