Skip to content

Commit

Permalink
[CHORE/#204] string ์ถ”์ถœ
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Sep 9, 2024
1 parent f3ba7bc commit 27adb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fun HomeFilteringScreen(
}
} else {
HomeFilteringInfoText(
text = "์„ค์ •๋œ ํ•„ํ„ฐ๋ง ์ •๋ณด๊ฐ€ ์—†์–ด์š”",
text = stringResource(id = R.string.home_filtering_empty),
modifier = Modifier
.align(Alignment.CenterVertically),
)
Expand Down
1 change: 1 addition & 0 deletions feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
</string>
<string name="home_recommend_total">์ด</string>
<string name="home_recommend_count">๊ฐœ์˜ ๊ณต๊ณ ๊ฐ€ ์žˆ์–ด์š”</string>
<string name="home_filtering_empty">์„ค์ •๋œ ํ•„ํ„ฐ๋ง ์ •๋ณด๊ฐ€ ์—†์–ด์š”</string>

<string name="home_company_image">๊ธฐ์—… ์ด๋ฏธ์ง€</string>

Expand Down

0 comments on commit 27adb74

Please sign in to comment.