1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Fix RPC URL message key casing (#6595)

This commit is contained in:
Whymarrh Whitby 2019-05-10 11:54:53 -02:30 committed by Dan J Miller
parent 13be683701
commit 0cdce533e2

View File

@ -51,7 +51,7 @@ export default class AdvancedTab extends PureComponent {
<TextField
type="text"
id="new-rpc"
placeholder={t('rpcURL')}
placeholder={t('rpcUrl')}
value={newRpc}
onChange={e => this.setState({ newRpc: e.target.value })}
onKeyPress={e => {