Fix unresolved translations in the Splash Screen.

This commit is contained in:
infiinte-persistence 2020-06-29 11:21:42 +08:00 committed by Sean Yesmunt
parent 7839bbf2a1
commit 2673a18923

View file

@ -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>
),
});