From 45d82a646e9d51132fb8ef6da8ce510686aac165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:10:02 +0900 Subject: [PATCH] =?UTF-8?q?[design]=20#158=20=EC=95=8C=EB=A6=BC=ED=95=A8?= =?UTF-8?q?=20UX=20=EC=9B=8C=EB=94=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FeatureSetting/Sources/Alert/PokitAlertBoxView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift b/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift index 90bc990a..c7fff957 100644 --- a/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift +++ b/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift @@ -31,7 +31,7 @@ public extension PokitAlertBoxView { VStack { PokitCaution( image: .pooki, - titleKey: "알람이 없어요", + titleKey: "알림이 없어요", message: "리마인드 알림을 설정하세요" ) .padding(.top, 84)