fix error message

This commit is contained in:
liangping 2022-04-06 12:43:19 +08:00
parent 0a283f92ac
commit 46057d913a

View File

@ -122,7 +122,7 @@
<feather-icon icon="CheckIcon" />
</b-avatar>
</span>
<small>{{ item.address ? formatAddr(item.address.addr) : `Not available for ${selected_chain.chain_name}` }}</small>
<small>{{ item.address ? formatAddr(item.address.addr) : `Not available on ${selected_chain.chain_name}` }}</small>
</div>
</b-dropdown-item>
<b-dropdown-divider />