Fix paywall width overflow on iOS 18, update onboarding tip from Yesterday to Today

Add containerRelativeFrame to paywall marketing content so feature cards
fit within screen width on iOS 18. Update onboarding tip text and all
localizations (DE, ES, FR, JA, KO, PT-BR).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-23 21:21:41 -06:00
parent b2b6931d7c
commit 4851eee5f8
3 changed files with 37 additions and 35 deletions

View File

@@ -88,7 +88,7 @@ struct OnboardingDay: View {
.font(.headline)
.foregroundColor(.yellow)
Text("Tip: \"Yesterday\" works great for evening reminders")
Text("Tip: \"Today\" works great for evening reminders")
.font(.subheadline.weight(.medium))
.foregroundColor(.white.opacity(0.9))
}