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:
parent
13be683701
commit
0cdce533e2
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user