comparison Simoleon/Favorites.swift @ 145:738fbd3ca671

Fix localization bugs
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 22:16:09 +0100
parents 87f02d4f9c26
children 23395b98a921
comparison
equal deleted inserted replaced
144:4271fb5f69e2 145:738fbd3ca671
18 if favorites.isEmpty { 18 if favorites.isEmpty {
19 Group { 19 Group {
20 Image(systemName: "star") 20 Image(systemName: "star")
21 .font(.title) 21 .font(.title)
22 22
23 Text("Search a currency pair and add it to favourites.") 23 Text("Search a currency pair and add it to favorites.")
24 .padding(.top, 5) 24 .padding(.top, 5)
25 } 25 }
26 .multilineTextAlignment(.center) 26 .multilineTextAlignment(.center)
27 .foregroundColor(.secondary) 27 .foregroundColor(.secondary)
28 .padding(.horizontal, 50) 28 .padding(.horizontal, 50)