fix: receive typo

This commit is contained in:
George Lima 2019-01-10 10:02:03 -03:00
parent 22b1542b95
commit 2b860c643f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export const ReceiveView = ({ addresses }: Props) => (
{(addresses || []).map(address => (
<Row alignItems='center' justifyContent='space-between'>
<ColumnComponent width='85%'>
<Label value='Your z-address: ' />
<Label value='Your Address: ' />
<InputComponent
value={address}
onChange={() => {}}