Procházet zdrojové kódy

Update paywall headline to a single line.

Keep the premium upgrade title on one line for cleaner visual hierarchy and consistency in the paywall header.

Made-with: Cursor
Hussain Afzal před 3 měsíci
rodič
revize
a48a05bc16
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      google_apps/PremiumFeaturesView.swift

+ 1 - 1
google_apps/PremiumFeaturesView.swift

@@ -93,7 +93,7 @@ struct PremiumFeaturesView: View {
                         .disabled(premiumStore.purchaseInProgress)
                     }
 
-                    Text("Upgrade to unlock all\nPremium Features")
+                    Text("Upgrade to unlock all Premium Features")
                         .font(.system(size: 20, weight: .bold))
                         .foregroundStyle(primaryTextColor)
                         .lineSpacing(1)