Skip to content

Commit

Permalink
Fix a missed translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 9, 2024
1 parent 08e3a08 commit a96825b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/1402.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show array of topics in raw evm.log events
2 changes: 1 addition & 1 deletion src/app/components/RuntimeEvents/RuntimeEventDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const RuntimeEventDetails: FC<{
</Table>
)}
<br />
Emitting contract:
{t('runtimeEvent.fields.emittingContract')}:
<br />
<AccountLinkWithAddressSwitch
scope={scope}
Expand Down

0 comments on commit a96825b

Please sign in to comment.