mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Merge pull request #1742 from MetaMask/TokenSymbolMisspelled
Fix spelling
This commit is contained in:
commit
8201ae1b53
@ -86,7 +86,7 @@ AddTokenScreen.prototype.render = function () {
|
||||
h('div', [
|
||||
h('span', {
|
||||
style: { fontWeight: 'bold', paddingRight: '10px'},
|
||||
}, 'Token Sybmol'),
|
||||
}, 'Token Symbol'),
|
||||
]),
|
||||
|
||||
h('div', { style: {display: 'flex'} }, [
|
||||
|
Loading…
Reference in New Issue
Block a user