1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove duplicate keys

This commit is contained in:
Thomas 2018-03-20 02:33:46 -07:00
parent f5b0d56b9d
commit de98cb4039

View File

@ -282,9 +282,6 @@
"from": { "from": {
"message": "From" "message": "From"
}, },
"to": {
"message": "To: "
},
"fromToSame": { "fromToSame": {
"message": "From and To address cannot be the same" "message": "From and To address cannot be the same"
}, },
@ -696,9 +693,6 @@
"sendTokensAnywhere": { "sendTokensAnywhere": {
"message": "Send Tokens to anyone with an Ethereum account" "message": "Send Tokens to anyone with an Ethereum account"
}, },
"required": {
"Required"
},
"settings": { "settings": {
"message": "Settings" "message": "Settings"
}, },
@ -763,7 +757,7 @@
"message": "Test Faucet" "message": "Test Faucet"
}, },
"to": { "to": {
"message": "To" "message": "To: "
}, },
"toETHviaShapeShift": { "toETHviaShapeShift": {
"message": "$1 to ETH via ShapeShift", "message": "$1 to ETH via ShapeShift",