We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bd759 commit 1957e25Copy full SHA for 1957e25
BDKSwiftExampleWallet/Resources/Localizable.xcstrings
@@ -671,6 +671,7 @@
671
}
672
},
673
"Testnet" : {
674
+ "extractionState" : "stale",
675
"localizations" : {
676
"fr" : {
677
"stringUnit" : {
BDKSwiftExampleWallet/View/OnboardingView.swift
@@ -77,16 +77,10 @@ struct OnboardingView: View {
77
78
.padding()
79
80
- Picker(
81
- "Network",
82
- selection: $viewModel.selectedNetwork
83
- ) {
84
- Text("Signet").tag(Network.signet)
85
- Text("Testnet").tag(Network.testnet)
86
- }
87
- .pickerStyle(.automatic)
88
- .tint(.primary)
89
- .accessibilityLabel("Select Bitcoin Network")
+ Text("Signet")
+ .foregroundStyle(.primary)
+ .fontWeight(.light)
+ .accessibilityLabel("Select Bitcoin Network")
90
91
Picker(
92
"Esplora Server",
0 commit comments