mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add back placeholder addAlias for nickname
This commit is contained in:
parent
cbd1d47559
commit
d90b3feab8
@ -59,6 +59,7 @@ export default class EditContact extends PureComponent {
|
|||||||
<TextField
|
<TextField
|
||||||
type="text"
|
type="text"
|
||||||
id="nickname"
|
id="nickname"
|
||||||
|
placeholder={this.context.t('addAlias')}
|
||||||
value={this.state.newName}
|
value={this.state.newName}
|
||||||
onChange={e => this.setState({ newName: e.target.value })}
|
onChange={e => this.setState({ newName: e.target.value })}
|
||||||
fullWidth
|
fullWidth
|
||||||
|
Loading…
Reference in New Issue
Block a user