Skip to content

Commit

Permalink
Merge pull request #266 from Project-Unifest/qa2
Browse files Browse the repository at this point in the history
[fix] 메뉴 품절 문구 수정
  • Loading branch information
wjdtkdgns777 authored Sep 28, 2024
2 parents ca4f074 + cdf6df8 commit 930ef20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 930ef20

Please sign in to comment.