[beta] beta backports (#4763)

* https://mkr-market -> https://oasisdex.com (4701 beta)

* Wallet s/delete/forget/ (beta 4741)
This commit is contained in:
Jaco Greeff
2017-03-04 18:54:11 +01:00
committed by Arkadiy Paronyan
parent d3d6ff8ca9
commit 659cf2bb37
3 changed files with 3 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ class Wallet extends Component {
<Button
key='delete'
icon={ <ActionDelete /> }
label='delete'
label='forget'
onClick={ this.showDeleteDialog } />
);