fix(ui): rename Virtual Keys 'Key Hash' filter label to 'Key ID' (#32672)

This commit is contained in:
ryan-crabbe-berri 2026-07-09 13:48:20 -07:00 committed by GitHub
parent 97d0951296
commit d1a79f7971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -578,7 +578,7 @@ export function VirtualKeysTable() {
},
{
name: "Key Hash",
label: "Key Hash",
label: "Key ID",
isSearchable: false,
},
];