Skip to content

Commit

Permalink
fix/#388 준비 현황 플로우 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 20, 2024
1 parent 9840949 commit f61efb4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ReadyStatusProgressView: BaseView {
}

let readyStartTitleLabel: UILabel = UILabel().then {
$0.setText("준비를 시작 시 눌러주세요", style: .label02, color: .gray5)
$0.setText("준비 시작 시 눌러주세요", style: .label02, color: .gray5)
}

let moveStartTimeLabel: UILabel = UILabel().then {
Expand All @@ -59,7 +59,7 @@ class ReadyStatusProgressView: BaseView {
}

let moveStartTitleLabel: UILabel = UILabel().then {
$0.setText("이동을 시작 시 눌러주세요", style: .label02, color: .gray5)
$0.setText("이동 시작 시 눌러주세요", style: .label02, color: .gray5)
$0.isHidden = true
}

Expand All @@ -83,7 +83,7 @@ class ReadyStatusProgressView: BaseView {
}

let arrivalTitleLabel: UILabel = UILabel().then {
$0.setText("도착 시작 시 눌러주세요", style: .label02, color: .gray5)
$0.setText("도착 완료 시 눌러주세요", style: .label02, color: .gray5)
$0.isHidden = true
}

Expand Down

0 comments on commit f61efb4

Please sign in to comment.