From 629ac0782733968b67a35c0c38fb517b87d5edd5 Mon Sep 17 00:00:00 2001 From: Dylan Kirby Date: Mon, 3 Jul 2017 15:04:23 -0400 Subject: [PATCH] English text change suggestions --- AntSharesApp/www/css/en.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AntSharesApp/www/css/en.css b/AntSharesApp/www/css/en.css index 8e84760..01e0a4f 100644 --- a/AntSharesApp/www/css/en.css +++ b/AntSharesApp/www/css/en.css @@ -47,7 +47,7 @@ .lang-max-to-transfer::before { content:'the maximum transfer' } .lang-receiver::before { content:'receiver' } .lang-confirm-transfer::before { content:'confirm transfer' } -.lang-my-tx-list::before { content:'Recently Transaction' } +.lang-my-tx-list::before { content:'Recent Transactions' } .lang-no-tx::before { content:"No transactions yet" } .lang-collapse-all::before { content:'collapse all' } .lang-tx::before { content:'transaction: ' } @@ -134,10 +134,10 @@ .lang-anc::after { content:'Gas' } .lang-start-create::after { content:'Create new wallet' } .lang-start-restore::after { content:'Restore from backup file' } -.lang-start-import::after { content:'From private key to create wallets' } +.lang-start-import::after { content:'Create wallet from private key' } .lang-start-create2::after { content:'If this is your first time using it, please do this, after creating a wallet purse please backup wallet files' } .lang-start-restore2::after { content:'The wallet if you want to restore the backup files, perform this operation' } -.lang-start-import2::after { content:'If you have a antshares private key, and want to import into your wallet, please do this, need to wait after importing purse synchronization is complete before we can see the asset' } +.lang-start-import2::after { content:'If you have an antshares private key, and want to import into your wallet, please do this, need to wait after importing purse synchronization is complete before we can see the asset' } .lang-my-wallet::after { content:'MY WALLET' } .lang-start-create3::after { content:'Create wallet' } .lang-start-restore3::after { content:'Restore wallet' }