diff --git a/VoiceInk/Views/LicenseManagementView.swift b/VoiceInk/Views/LicenseManagementView.swift index 912ff40..eeb7e54 100644 --- a/VoiceInk/Views/LicenseManagementView.swift +++ b/VoiceInk/Views/LicenseManagementView.swift @@ -133,7 +133,7 @@ struct LicenseManagementView: View { featureItem(icon: "bubble.left.and.bubble.right.fill", title: "Priority Support", color: .purple) featureItem(icon: "infinity.circle.fill", title: "Lifetime Access", color: .blue) featureItem(icon: "arrow.up.circle.fill", title: "Free Updates", color: .green) - featureItem(icon: "macbook.and.iphone", title: "All Devices", color: .orange) + featureItem(icon: "macbook.and.iphone", title: "Multiple Devices", color: .orange) } .frame(maxWidth: .infinity, alignment: .center) }