Skip to content

Commit a1bfcdd

Browse files
[DDW-916] Update second message on the initial screen to in include part regarding the waiting time (#2831)
1 parent e71b4de commit a1bfcdd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Features
66

7-
- Updated message about Cardano node sync on the initial screen ([PR 2827](https://github.com/input-output-hk/daedalus/pull/2827))
7+
- Updated messages about Cardano node sync on the initial screen ([PR 2827](https://github.com/input-output-hk/daedalus/pull/2827)) ([PR 2831](https://github.com/input-output-hk/daedalus/pull/2831))
88

99
### Chores
1010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const messages = defineMessages({
1515
startingDescription: {
1616
id: 'loading.screen.startingCardanoDescription',
1717
defaultMessage:
18-
'!!!This process validates the integrity of local blockchain data and could take several minutes.',
18+
'!!!This process validates the integrity of local blockchain data.',
1919
description: 'Message "Starting Cardano node" on the loading screen.',
2020
},
2121
stopping: {
@@ -80,7 +80,7 @@ const messages = defineMessages({
8080
verifyingBlockchain: {
8181
id: 'loading.screen.verifyingBlockchainMessage',
8282
defaultMessage:
83-
'!!!Cardano node is currently syncing. This process can take several hours.',
83+
'!!!Cardano node is currently syncing. This process can take several hours',
8484
description:
8585
'Message on the loading screen informing that sync process could be very long',
8686
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
}
20562056
},
20572057
{
2058-
"defaultMessage": "!!!This process validates the integrity of local blockchain data and could take several minutes.",
2058+
"defaultMessage": "!!!This process validates the integrity of local blockchain data.",
20592059
"description": "Message \"Starting Cardano node\" on the loading screen.",
20602060
"end": {
20612061
"column": 3,
@@ -2223,7 +2223,7 @@
22232223
}
22242224
},
22252225
{
2226-
"defaultMessage": "!!!Cardano node is currently syncing. This process can take several hours.",
2226+
"defaultMessage": "!!!Cardano node is currently syncing. This process can take several hours",
22272227
"description": "Message on the loading screen informing that sync process could be very long",
22282228
"end": {
22292229
"column": 3,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@
214214
"loading.screen.reportIssue.connecting.text": "Having trouble connecting to network?",
215215
"loading.screen.reportIssue.downloadLogsLinkLabel": "Download logs",
216216
"loading.screen.reportIssue.reportIssueButtonUrl": "https://iohk.zendesk.com/hc/en-us/requests/new/",
217-
"loading.screen.startingCardanoDescription": "This process validates the integrity of local blockchain data and could take several minutes.",
217+
"loading.screen.startingCardanoDescription": "This process validates the integrity of local blockchain data.",
218218
"loading.screen.startingCardanoMessage": "Starting Cardano node",
219219
"loading.screen.stoppedCardanoMessage": "Cardano node stopped",
220220
"loading.screen.stoppingCardanoDescription": "This process updates the databases and could take several minutes.<br />To preserve data integrity, please wait until this process is complete.",
221221
"loading.screen.stoppingCardanoMessage": "Stopping Cardano node",
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": "Cardano node is currently syncing. This process can take several hours.",
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
@@ -214,7 +214,7 @@
214214
"loading.screen.reportIssue.connecting.text": "接続に問題がありますか",
215215
"loading.screen.reportIssue.downloadLogsLinkLabel": "ログをダウンロードする",
216216
"loading.screen.reportIssue.reportIssueButtonUrl": "https://iohk.zendesk.com/hc/ja/requests/new/",
217-
"loading.screen.startingCardanoDescription": "このプロセスはローカルブロックチェーンデータの完全性を検証するもので、数分間かかる場合があります",
217+
"loading.screen.startingCardanoDescription": "このプロセスは、ローカルブロックチェーンデータの整合性を検証します",
218218
"loading.screen.startingCardanoMessage": "Cardanoノードを起動しています",
219219
"loading.screen.stoppedCardanoMessage": "Cardanoノードは停止しました",
220220
"loading.screen.stoppingCardanoDescription": "このプロセスはデータベースを更新するもので、数分間かかる場合があります。<br />データの完全性を保つために、このプロセスが完了するまでお待ちください。",

0 commit comments

Comments
 (0)