mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-13 11:22:06 +00:00
Improve the text density of purchase alerts
This commit is contained in:
parent
dfdf338c3a
commit
9d9c738b23
@ -283,6 +283,7 @@ extension AppCoordinator {
|
||||
message: [
|
||||
V.Connect._1,
|
||||
V.boot,
|
||||
"\n\n",
|
||||
V.Connect._2(iapManager.verificationDelayMinutes)
|
||||
].joined(separator: " "),
|
||||
onDismiss: onCancel
|
||||
|
@ -139,7 +139,7 @@ private extension ProfileCoordinator {
|
||||
let V = Strings.Views.Paywall.Alerts.Verification.self
|
||||
errorHandler.handle(
|
||||
title: Strings.Views.Paywall.Alerts.Confirmation.title,
|
||||
message: [V.edit, V.boot].joined(separator: " ")
|
||||
message: [V.edit, V.boot].joined(separator: "\n\n")
|
||||
)
|
||||
return
|
||||
}
|
||||
|
@ -165,6 +165,7 @@ extension AppCoordinator {
|
||||
message: [
|
||||
V.Connect._1,
|
||||
V.boot,
|
||||
"\n\n",
|
||||
V.Connect._2(iapManager.verificationDelayMinutes)
|
||||
].joined(separator: " "),
|
||||
onDismiss: onCancel
|
||||
|
Loading…
Reference in New Issue
Block a user