diff Simoleon/SubscriptionPaywall.swift @ 62:c7b6249ab745

uncomment localized texts
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 18:45:43 +0100
parents 838099ff1e02
children 4082787b33e5
line wrap: on
line diff
--- a/Simoleon/SubscriptionPaywall.swift	Tue Jul 27 18:45:33 2021 +0100
+++ b/Simoleon/SubscriptionPaywall.swift	Tue Jul 27 18:45:43 2021 +0100
@@ -23,7 +23,7 @@
                                 .frame(width: 100, height: 100)
                                 .cornerRadius(25)
                             
-                            Text("Unlock all access", comment: "Headline in Subscription paywall")
+                            Text("Unlock all access")
                                 .font(.title)
                                 .fontWeight(.semibold)
                                 .padding(.top)
@@ -76,7 +76,7 @@
             .toolbar {
                 ToolbarItem(placement: .cancellationAction) {
                     Button(action: { showingSubscriptionPaywall = false }) {
-                        Text("Cancel", comment: "Button to dismiss paywall modal sheet")
+                        Text("Cancel")
                     }
                 }
             }