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 67a70a9 commit e1e1089Copy full SHA for e1e1089
BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift
@@ -39,16 +39,14 @@ struct WalletRecoveryView: View {
39
)
40
}
41
42
- if !backupInfo.mnemonic.isEmpty {
43
- VStack {
44
- Text("Seed is not synced across devices.")
45
- Text("Please make sure to write it down and store it securely.")
46
- }
47
- .font(.caption)
48
- .foregroundStyle(.secondary)
49
- .multilineTextAlignment(.center)
50
- .padding()
+ VStack {
+ Text("Backup is not synced across devices.")
+ Text("Please make sure to write it down and store it securely.")
51
+ .font(.caption)
+ .foregroundStyle(.secondary)
+ .multilineTextAlignment(.center)
+ .padding()
52
53
if !backupInfo.mnemonic.isEmpty {
54
HStack {
0 commit comments