mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Fix localization, remove debugPrint statement
This commit is contained in:
parent
d2c9f14e2f
commit
37100cd96a
@ -69,7 +69,7 @@ struct CustomAmount: View {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
Text("payment.confirm.button.title")
|
Text("payment.confirm.button.title".localized)
|
||||||
}
|
}
|
||||||
.buttonStyle(BorderedProminentButtonStyle())
|
.buttonStyle(BorderedProminentButtonStyle())
|
||||||
.padding()
|
.padding()
|
||||||
|
@ -63,7 +63,6 @@ struct PaymentSummary: View {
|
|||||||
.font(.callout)
|
.font(.callout)
|
||||||
}
|
}
|
||||||
}.onReceive(payment.completeSubject) {
|
}.onReceive(payment.completeSubject) {
|
||||||
debugPrint("PaymentSummary::payment.completeSubject")
|
|
||||||
onComplete()
|
onComplete()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user