Skip to content

Commit 8bb290f

Browse files
authored
Adjust empty extrinsic message (#5689)
1 parent 9f19f90 commit 8bb290f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/page-explorer/src/BlockInfo/Extrinsics.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Extrinsics ({ blockNumber, className = '', events, label, value }: Prop
3434
return (
3535
<Table
3636
className={className}
37-
empty={t<string>('No pending extrinsics are in the queue')}
37+
empty={t<string>('No extrinsics available')}
3838
header={header}
3939
isFixed
4040
>

0 commit comments

Comments
 (0)