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);
|
super(props);
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
details: __('Starting daemon'),
|
details: __('Starting up'),
|
||||||
message: __('Connecting'),
|
message: __('Connecting'),
|
||||||
isRunning: false,
|
isRunning: false,
|
||||||
launchedModal: false,
|
launchedModal: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue