diff --git a/TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift b/TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift index 0f8cb08..076fc82 100644 --- a/TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift +++ b/TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift @@ -29,7 +29,7 @@ struct NotUploadedView: View { .padding(.bottom, 10) HStack(spacing: 0) { - Text("We will let you know\nthe exact location to\nget off") + Text("We will let you know\nthe exact location to get off.") .padding(.bottom, 10) .foregroundStyle(.brandPrimary) .font(.system(size: 20, weight: .bold))