diff options
-rw-r--r-- | app/_locales/en/messages.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 875662cc5..95f46106a 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -282,9 +282,6 @@ "from": { "message": "From" }, - "to": { - "message": "To: " - }, "fromToSame": { "message": "From and To address cannot be the same" }, @@ -696,9 +693,6 @@ "sendTokensAnywhere": { "message": "Send Tokens to anyone with an Ethereum account" }, - "required": { - "Required" - }, "settings": { "message": "Settings" }, @@ -763,7 +757,7 @@ "message": "Test Faucet" }, "to": { - "message": "To" + "message": "To: " }, "toETHviaShapeShift": { "message": "$1 to ETH via ShapeShift", |