diff Simoleon/Helpers/SubscribeButton.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 75c1a05176f6
children 3133bf6f6deb
line wrap: on
line diff
--- a/Simoleon/Helpers/SubscribeButton.swift	Tue Jul 27 18:45:33 2021 +0100
+++ b/Simoleon/Helpers/SubscribeButton.swift	Tue Jul 27 18:45:43 2021 +0100
@@ -24,7 +24,7 @@
                 .overlay(
                     VStack {
                         if showingPrice {
-                            Text("Subscribe for \(price) / month", comment: "Subscribe button")
+                            Text("Subscribe for \(price) / month")
                                 .foregroundColor(.white)
                                 .fontWeight(.semibold)
                         } else {