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<Props, State> {
           message: __('Loading Wallet'),
           details: (
             <React.Fragment>
-              <div>__('Large account history')</div>
-              <div>__('Please wait...')</div>
+              <div>{__('Large account history')}</div>
+              <div>{__('Please wait...')}</div>
             </React.Fragment>
           ),
         });