Skip to content

Commit 1241b93

Browse files
committed
Updated App name in other areas
1 parent 8377b76 commit 1241b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoInfoGame/GoInfoGame/UI/InitialView/InitialView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ struct WorkspacesListView: View {
204204
struct LocationDisabledView: View {
205205
var body: some View {
206206
VStack {
207-
Text("GoInfoGame")
207+
Text(L10n.Localizable.appName)
208208
.font(.custom("Lato-Bold", size: 30))
209209
.foregroundColor((Asset.Colors.huskyPurple.swiftUIColor))
210210
.padding([.bottom], 50)

GoInfoGame/GoInfoGame/UI/Onboarding/OnboardingView1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct OnboardingView1: View {
2020
Text("the free wiki world map")
2121

2222

23-
Text("GoInfoGame makes it easy to contribute to OpenStreetMap. It automatically looks for missing details in your vicinity: bicycle lanes, house numbers, opening hours and much more...")
23+
Text("\(L10n.Localizable.appName) makes it easy to contribute to OpenStreetMap. It automatically looks for missing details in your vicinity: bicycle lanes, house numbers, opening hours and much more...")
2424
.padding()
2525

2626
}

0 commit comments

Comments
 (0)