Skip to content

Commit eacb276

Browse files
fix(ui): use proper grammar in the chain sync message (#1432)
1 parent 7cd9bb1 commit eacb276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ while [ "${ibd_status}" = 'true' ]; do
17301730
exit 0
17311731
fi
17321732

1733-
printf '%s\n\n' 'Synchronizing can take days weeks on a slow connection.'
1733+
printf '%s\n\n' 'The chain sync can take several days or even weeks.'
17341734
printf '%s\n' "Close this Terminal window by clicking on the 'X'."
17351735
printf '%s' "This screen will refresh in ${SLEEP_TIME} seconds."
17361736
sleep "${SLEEP_TIME}"

0 commit comments

Comments
 (0)