Skip to content

Commit e71b4de

Browse files
[DDW-916] Change the message for syncing the blockchain (#2827)
1 parent a98dfca commit e71b4de

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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))

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,8 +2223,8 @@
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

source/renderer/app/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
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",

source/renderer/app/i18n/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
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": "ニュースフィード",

0 commit comments

Comments
 (0)