From 3c5c06a5290f5d1b1296e2c646512a6f43ef2019 Mon Sep 17 00:00:00 2001 From: dbqls200 Date: Wed, 4 Dec 2024 21:58:23 +0900 Subject: [PATCH] chore: Remove unnecessary line breaks and add periods to main screen text --- TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))