Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Dec 27, 2023
1 parent 59e9234 commit dc6d3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function BlockchainList(props: PropTypes) {
return (
<Container>
<Typography variant="label" size="large">
{i18n.t('Select your Blockchain')}
{i18n.t('Select your Blockchain from list')}
</Typography>
<Divider size={4} />
{fetchStatus === 'loading' && <LoadingBlockchainList />}
Expand Down

0 comments on commit dc6d3cd

Please sign in to comment.