Mercurial > public > simoleon
diff 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 |
line wrap: on
line diff
--- a/Simoleon/Favorites.swift Tue Aug 17 22:15:48 2021 +0100 +++ b/Simoleon/Favorites.swift Tue Aug 17 22:16:09 2021 +0100 @@ -20,7 +20,7 @@ Image(systemName: "star") .font(.title) - Text("Search a currency pair and add it to favourites.") + Text("Search a currency pair and add it to favorites.") .padding(.top, 5) } .multilineTextAlignment(.center)