web: remove gettext from icons
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -27,7 +27,7 @@ export class CertificateKeyPairListPage extends TablePage<CertificateKeyPair> {
|
||||
return gettext("Import certificates of external providers or create certificates to sign requests with.");
|
||||
}
|
||||
pageIcon(): string {
|
||||
return gettext("pf-icon pf-icon-key");
|
||||
return "pf-icon pf-icon-key";
|
||||
}
|
||||
|
||||
@property()
|
||||
|
||||
Reference in New Issue
Block a user