Skip to content

Commit e1e1089

Browse files
committed
recovery view show helper text
1 parent 67a70a9 commit e1e1089

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@ struct WalletRecoveryView: View {
3939
)
4040
}
4141

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()
42+
VStack {
43+
Text("Backup is not synced across devices.")
44+
Text("Please make sure to write it down and store it securely.")
5145
}
46+
.font(.caption)
47+
.foregroundStyle(.secondary)
48+
.multilineTextAlignment(.center)
49+
.padding()
5250

5351
if !backupInfo.mnemonic.isEmpty {
5452
HStack {

0 commit comments

Comments
 (0)