Fix unresolved translations in the Splash Screen.
This commit is contained in:
parent
7839bbf2a1
commit
2673a18923
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue