From a2ec397ff8eb159c36cb8316b5a322a9d5f7e25b Mon Sep 17 00:00:00 2001 From: Fillerino Date: Mon, 5 Jun 2017 22:35:24 +0200 Subject: [PATCH] Quick fix for Issue #198 , not being able to go to SEND/RECEIVE page This commit fixes the missing _ in one of the i18n translation labels. fixes #198 --- ui/js/component/walletSend/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/js/component/walletSend/view.jsx b/ui/js/component/walletSend/view.jsx index 5e05a946e..bf9fcafa0 100644 --- a/ui/js/component/walletSend/view.jsx +++ b/ui/js/component/walletSend/view.jsx @@ -29,7 +29,7 @@ const WalletSend = (props) => {
- 0.0) || !address} /> + 0.0) || !address} />
-- 2.45.3