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