From 5ee40675b9f986a9ff2e5d15a271d7de2145d0e9 Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Mon, 30 Jul 2018 22:03:20 -0700 Subject: Refactor transactions list views. Add redesign components --- app/_locales/en/messages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/_locales') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 2656432d2..9c55dc11d 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -451,6 +451,9 @@ "hideTokenPrompt": { "message": "Hide Token?" }, + "history": { + "message": "History" + }, "howToDeposit": { "message": "How would you like to deposit Ether?" }, @@ -651,7 +654,7 @@ "message": "No transaction history." }, "noTransactions": { - "message": "No Transactions" + "message": "You have no transactions" }, "notFound": { "message": "Not Found" @@ -702,6 +705,9 @@ "pasteSeed": { "message": "Paste your seed phrase here!" }, + "pending": { + "message": "Pending" + }, "personalAddressDetected": { "message": "Personal address detected. Input the token contract address." }, @@ -894,6 +900,9 @@ "sendETH": { "message": "Send ETH" }, + "sendEther": { + "message": "Send Ether" + }, "sendTokens": { "message": "Send Tokens" }, -- cgit v1.2.3