From de98cb403974df4ed8cea5ea82f81065ce9e6c0e Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 20 Mar 2018 02:33:46 -0700 Subject: Remove duplicate keys --- app/_locales/en/messages.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app') 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", -- cgit