From cdf6df895b406b4b2dd5b3b4d62b90b1f696f30c Mon Sep 17 00:00:00 2001 From: JeongSangHoon Date: Sat, 28 Sep 2024 11:23:06 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=A9=94=EB=89=B4=20=ED=92=88=EC=A0=88?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unifest/android/feature/booth/component/MenuStatusTag.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/booth/src/main/kotlin/com/unifest/android/feature/booth/component/MenuStatusTag.kt b/feature/booth/src/main/kotlin/com/unifest/android/feature/booth/component/MenuStatusTag.kt index 22438228..f4c526ac 100644 --- a/feature/booth/src/main/kotlin/com/unifest/android/feature/booth/component/MenuStatusTag.kt +++ b/feature/booth/src/main/kotlin/com/unifest/android/feature/booth/component/MenuStatusTag.kt @@ -34,7 +34,7 @@ fun Tag( when (menuStatus) { "SOLD_OUT" -> { Text( - text = stringResource(R.string.almost_sold_out_less_than_5_left), + text = stringResource(R.string.sold_out), style = Content7, color = MaterialTheme.colorScheme.error, )