From b20c131cd7516bbb3700c627ab94f7b701cb6751 Mon Sep 17 00:00:00 2001 From: mmaybei Date: Sun, 22 Sep 2024 19:03:36 +0900 Subject: [PATCH] =?UTF-8?q?fix/#391=20=EC=A4=80=EB=B9=84=20=EB=B0=8F=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=20=EB=A0=88=EC=9D=B4=EB=B8=94=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KkuMulKum/Source/Home/View/TodayPromiseView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KkuMulKum/Source/Home/View/TodayPromiseView.swift b/KkuMulKum/Source/Home/View/TodayPromiseView.swift index 4e3f2f30..72496ad8 100644 --- a/KkuMulKum/Source/Home/View/TodayPromiseView.swift +++ b/KkuMulKum/Source/Home/View/TodayPromiseView.swift @@ -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 {