Skip to content

Commit be96669

Browse files
committed
[DDW-854] Update message for verifyng stage
1 parent 4da70a9 commit be96669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/renderer/app/components/loading/syncing-connecting/SyncingConnectingStatus.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export default class SyncingConnectingStatus extends Component<Props> {
157157
connectingMessage = messages.tlsCertificateNotValidError;
158158
} else if (isVerifyingBlockchain && isConnectingMessage) {
159159
connectingMessage = messages.verifyingBlockchain;
160+
connectingDescription = messages.startingDescription;
160161
}
161162
return { connectingMessage, connectingDescription };
162163
};

0 commit comments

Comments
 (0)