diff Simoleon/Helpers/CurrencyRow.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 7a6a7c677851
children b6f8661300f2
line wrap: on
line diff
--- a/Simoleon/Helpers/CurrencyRow.swift	Tue Jul 27 18:45:33 2021 +0100
+++ b/Simoleon/Helpers/CurrencyRow.swift	Tue Jul 27 18:45:43 2021 +0100
@@ -31,7 +31,7 @@
                 .offset(x: -20)
                 .padding(.trailing, -20)
             
-            Text("From \(String(currencies[0])) to \(String(currencies[1]))", comment: "Conversion from one currency to another")
+            Text("From \(String(currencies[0])) to \(String(currencies[1]))")
                 .fontWeight(.semibold)
                 .foregroundColor(Color("PlainButton"))
                 .padding(.leading)