[beta] beta backports (#4763)
* https://mkr-market -> https://oasisdex.com (4701 beta) * Wallet s/delete/forget/ (beta 4741)
This commit is contained in:
parent
d3d6ff8ca9
commit
659cf2bb37
@ -61,7 +61,7 @@ class UrlButton extends Component {
|
|||||||
hint={
|
hint={
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='dapps.button.url.input'
|
id='dapps.button.url.input'
|
||||||
defaultMessage='https://mkr.market' />
|
defaultMessage='https://oasisdex.com' />
|
||||||
}
|
}
|
||||||
onBlur={ this.hideInput }
|
onBlur={ this.hideInput }
|
||||||
onFocus={ this.showInput }
|
onFocus={ this.showInput }
|
||||||
|
@ -228,7 +228,7 @@ class Wallet extends Component {
|
|||||||
<Button
|
<Button
|
||||||
key='delete'
|
key='delete'
|
||||||
icon={ <ActionDelete /> }
|
icon={ <ActionDelete /> }
|
||||||
label='delete'
|
label='forget'
|
||||||
onClick={ this.showDeleteDialog } />
|
onClick={ this.showDeleteDialog } />
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ export default class Web extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setUrl = (url) => {
|
setUrl = (url) => {
|
||||||
url = url || store.get(LS_LAST_ADDRESS) || 'https://mkr.market';
|
url = url || store.get(LS_LAST_ADDRESS) || 'https://oasisdex.com';
|
||||||
if (!hasProtocol.test(url)) {
|
if (!hasProtocol.test(url)) {
|
||||||
url = `https://${url}`;
|
url = `https://${url}`;
|
||||||
}
|
}
|
||||||
@ -150,4 +150,3 @@ export default class Web extends Component {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user