Skip to content

Commit

Permalink
chore: Remove unnecessary line breaks and add periods to main screen …
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
dbqls200 committed Dec 4, 2024
1 parent cfcc0a7 commit 3c5c06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMT/TMT/BusJourneyScanned/Views/NotUploadedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3c5c06a

Please sign in to comment.