From 302945c3a6fb71af22081d368f647e61abcd31f8 Mon Sep 17 00:00:00 2001 From: Daniel Vogel Date: Thu, 20 Jul 2017 14:31:27 -0500 Subject: [PATCH] fixing grammar/whitespace on token transfer (#413) --- app/i18n/wallet.en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/wallet.en.i18n.json b/app/i18n/wallet.en.i18n.json index 83703a27f..af682868a 100644 --- a/app/i18n/wallet.en.i18n.json +++ b/app/i18n/wallet.en.i18n.json @@ -186,7 +186,7 @@ }, "tokenTransfer": { "title": "__token__ - Token transfer", - "text": "__amount__ __token__ were send from __from__ to __to__." + "text": "__amount__ __token__ were sent from __from__ to __to__." } } },