Skip to content

Commit

Permalink
fix/#391 준비 및 이동 레이블 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Sep 22, 2024
1 parent 1974e03 commit b20c131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum/Source/Home/View/TodayPromiseView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ final class TodayPromiseView: BaseView {
}

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

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

let arriveLabel = UILabel().then {
Expand Down

0 comments on commit b20c131

Please sign in to comment.