comparison Simoleon/Helpers/SubscriptionFeature.swift @ 53:b0bce2c8e4a9

Refactor UK spelling to US
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 09:44:51 +0100
parents ce4eb7416b41
children 4082787b33e5
comparison
equal deleted inserted replaced
52:3fa127885e60 53:b0bce2c8e4a9
32 struct SubscriptionFeature_Previews: PreviewProvider { 32 struct SubscriptionFeature_Previews: PreviewProvider {
33 static var previews: some View { 33 static var previews: some View {
34 SubscriptionFeature( 34 SubscriptionFeature(
35 symbol: "star.circle.fill", 35 symbol: "star.circle.fill",
36 colour: Color(.systemYellow), 36 colour: Color(.systemYellow),
37 title: "Favourite currencies", 37 title: "Favorite currencies",
38 description: "Save your favourite currencies to access them quickly." 38 description: "Save your favorite currencies to access them quickly."
39 ) 39 )
40 } 40 }
41 } 41 }