Skip to content

Commit

Permalink
Merge pull request #1402 from oasisprotocol/lw/missed-translation-string
Browse files Browse the repository at this point in the history
Fix a missed translation string
  • Loading branch information
csillag authored May 9, 2024
2 parents 08e3a08 + a96825b commit e5e0f27
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 e5e0f27

Please sign in to comment.