Skip to content

Commit

Permalink
Finance: clarify depositing text (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Dec 17, 2018
1 parent d2ea0f0 commit 352a5ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/finance/app/src/components/NewTransfer/Deposit.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,18 @@ class Deposit extends React.Component {
<VSpace size={4} />
<IdentityBadge
entity={proxyAddress}
shorten={false}
fontSize="small"
networkType={network.type}
shorten={false}
/>
<VSpace size={2} />
<Info>
Use the above address or QR code to transfer ETH directly to
your organization’s Finance app.
your organization’s Finance app. You should specify a gas limit
of 350,000 for this transfer.
<Text.Paragraph size="xsmall" style={{ marginTop: '10px' }}>
(Note that ERC-20 tokens cannot be transferred with the QR
code)
<strong>WARNING</strong>: Do <strong>not</strong> send non-ETH
(e.g. ERC-20) tokens directly to this address.
</Text.Paragraph>
</Info>
</ToggleContent>
Expand Down

0 comments on commit 352a5ce

Please sign in to comment.