You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP: updated these files to use onboardingModel instead of optionsModel. Also not using chainModel args since node init is not happning till the end of the onboarding process
Copy file name to clipboardExpand all lines: src/qml/pages/onboarding/OnboardingStorageLocation.qml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ InformationPage {
19
19
bold:true
20
20
headerText:qsTr("Storage location")
21
21
headerMargin:0
22
-
description:qsTr("Where do you want to store the downloaded block data?\nYou need a minimum of %1GB of storage.").arg(chainModel.assumedChainstateSize+1)
22
+
description:qsTr("Where do you want to store the downloaded block data?\nYou need a minimum of 1GB of storage.")
0 commit comments