mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix RPC URL message key casing (#6595)
This commit is contained in:
parent
13be683701
commit
0cdce533e2
@ -51,7 +51,7 @@ export default class AdvancedTab extends PureComponent {
|
|||||||
<TextField
|
<TextField
|
||||||
type="text"
|
type="text"
|
||||||
id="new-rpc"
|
id="new-rpc"
|
||||||
placeholder={t('rpcURL')}
|
placeholder={t('rpcUrl')}
|
||||||
value={newRpc}
|
value={newRpc}
|
||||||
onChange={e => this.setState({ newRpc: e.target.value })}
|
onChange={e => this.setState({ newRpc: e.target.value })}
|
||||||
onKeyPress={e => {
|
onKeyPress={e => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user