Skip to content

Commit

Permalink
Change "Token Address" to "Token Contract Address" (#6182)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan authored and whymarrh committed Feb 19, 2019
1 parent 89c4353 commit 24ed53b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,9 @@
"tokenBalance": {
"message": "Your Token Balance is:"
},
"tokenContractAddress": {
"message": "Token Contract Address"
},
"tokenSelection": {
"message": "Search for tokens or select from our list of popular tokens."
},
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/pages/add-token/add-token.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class AddToken extends Component {
<div className="add-token__custom-token-form">
<TextField
id="custom-address"
label={this.context.t('tokenAddress')}
label={this.context.t('tokenContractAddress')}
type="text"
value={customAddress}
onChange={e => this.handleCustomAddressChange(e.target.value)}
Expand Down

0 comments on commit 24ed53b

Please sign in to comment.