change copy to 'Starting up'
This commit is contained in:
parent
0e7a46fe7c
commit
41e5277fbd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export class SplashScreen extends React.PureComponent<Props, State> {
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
details: __('Starting daemon'),
|
||||
details: __('Starting up'),
|
||||
message: __('Connecting'),
|
||||
isRunning: false,
|
||||
launchedModal: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue