We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f19f90 commit 8bb290fCopy full SHA for 8bb290f
packages/page-explorer/src/BlockInfo/Extrinsics.tsx
@@ -34,7 +34,7 @@ function Extrinsics ({ blockNumber, className = '', events, label, value }: Prop
34
return (
35
<Table
36
className={className}
37
- empty={t<string>('No pending extrinsics are in the queue')}
+ empty={t<string>('No extrinsics available')}
38
header={header}
39
isFixed
40
>
0 commit comments