File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
components/loading/syncing-connecting Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22
33## vNext
44
5+ ### Features
6+
7+ - Updated message about Cardano node sync on the initial screen ([ PR 2827] ( https://github.com/input-output-hk/daedalus/pull/2827 ) )
8+
59### Chores
610
711- Updated CWB and Cardano Node ([ PR 2822] ( https://github.com/input-output-hk/daedalus/pull/2822 ) )
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ const messages = defineMessages({
8080 verifyingBlockchain : {
8181 id : 'loading.screen.verifyingBlockchainMessage' ,
8282 defaultMessage :
83- '!!!Verifying the blockchain ({verificationProgress}% complete) ' ,
83+ '!!!Cardano node is currently syncing. This process can take several hours. ' ,
8484 description :
85- 'Message "Verifying the blockchain (65% complete) ..." on the loading screen. ' ,
85+ 'Message on the loading screen informing that sync process could be very long ' ,
8686 } ,
8787} ) ;
8888
Original file line number Diff line number Diff line change 22232223 }
22242224 },
22252225 {
2226- "defaultMessage": "!!!Verifying the blockchain ({verificationProgress}% complete) ",
2227- "description": "Message \"Verifying the blockchain (65% complete) ...\" on the loading screen. ",
2226+ "defaultMessage": "!!!Cardano node is currently syncing. This process can take several hours. ",
2227+ "description": "Message on the loading screen informing that sync process could be very long ",
22282228 "end": {
22292229 "column": 3,
22302230 "line": 86
Original file line number Diff line number Diff line change 222222 "loading.screen.unrecoverableCardanoMessage" : " Unable to start Cardano node. Please submit a support request." ,
223223 "loading.screen.updatedCardanoMessage" : " Cardano node updated" ,
224224 "loading.screen.updatingCardanoMessage" : " Updating Cardano node" ,
225- "loading.screen.verifyingBlockchainMessage" : " Verifying the blockchain ({verificationProgress}% complete) " ,
225+ "loading.screen.verifyingBlockchainMessage" : " Cardano node is currently syncing. This process can take several hours. " ,
226226 "news.newsfeed.empty" : " Newsfeed is empty" ,
227227 "news.newsfeed.noFetch" : " Trying to fetch the newsfeed..." ,
228228 "news.newsfeed.title" : " Newsfeed" ,
Original file line number Diff line number Diff line change 222222 "loading.screen.unrecoverableCardanoMessage" : " Cardanoノードを起動できません。サポートリクエストを送信してください。" ,
223223 "loading.screen.updatedCardanoMessage" : " Cardanoノードが更新されました" ,
224224 "loading.screen.updatingCardanoMessage" : " Cardanoノードを更新しています" ,
225- "loading.screen.verifyingBlockchainMessage" : " ブロックチェーンを検証しています({verificationProgress}%完了) " ,
225+ "loading.screen.verifyingBlockchainMessage" : " Cardanoノードは現在同期中です。この処理には数時間かかる場合もあります。 " ,
226226 "news.newsfeed.empty" : " ニュースフィードは空です" ,
227227 "news.newsfeed.noFetch" : " ニュースフィードを読み込んでいます..." ,
228228 "news.newsfeed.title" : " ニュースフィード" ,
You can’t perform that action at this time.
0 commit comments