Skip to content

Commit

Permalink
Merge pull request #294 from ligi/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
floating authored Nov 13, 2019
2 parents 1a060e1 + 0f76042 commit caf22db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/App/Panel/Notify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Notify extends React.Component {
</div>
<div className='notifyBody'>
<div className='notifyBodyLine'>{'Frame is still in alpha, be cautious using alpha versions of Frame on the mainnet and verify all transactions and account details on your signing device.'}</div>
<div className='notifyBodyLine'>{'Proceeed only if you understand and accept these risks.'}</div>
<div className='notifyBodyLine'>{'Proceed only if you understand and accept these risks.'}</div>
</div>
<div className='notifyInput'>
<div className='notifyInputOption notifyInputSingleButton' onMouseDown={() => {
Expand Down

0 comments on commit caf22db

Please sign in to comment.