From 2673a18923f40d1e54f3468a6a3371fb05ce8e20 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Mon, 29 Jun 2020 11:21:42 +0800 Subject: [PATCH] Fix unresolved translations in the Splash Screen. --- ui/component/splash/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/splash/view.jsx b/ui/component/splash/view.jsx index bc7723265..02bb54020 100644 --- a/ui/component/splash/view.jsx +++ b/ui/component/splash/view.jsx @@ -179,8 +179,8 @@ export default class SplashScreen extends React.PureComponent { message: __('Loading Wallet'), details: ( -
__('Large account history')
-
__('Please wait...')
+
{__('Large account history')}
+
{__('Please wait...')}
), });