Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: 병원 내원하기 -> 취미 가져보기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Dec 5, 2023
1 parent b3f4304 commit 654c972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private val strings = listOf(
R.string.recommend_music,
R.string.recommend_exercise,
R.string.recommend_video,
R.string.recommend_hospital,
R.string.recommend_hobby,
)

@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal fun Recommends(
Category.MUSIC -> stringResource(id = R.string.recommend_music)
Category.SPORT -> stringResource(id = R.string.recommend_exercise)
Category.VIDEO -> stringResource(id = R.string.recommend_video)
Category.HOBBY -> stringResource(id = R.string.recommend_hospital)
Category.HOBBY -> stringResource(id = R.string.recommend_hobby)
}
}

Expand Down
2 changes: 1 addition & 1 deletion presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<string name="recommend_music">음악 감상하기</string>
<string name="recommend_exercise">운동하기</string>
<string name="recommend_video">영상 시청하기</string>
<string name="recommend_hospital">병원 내원하기</string>
<string name="recommend_hobby">취미 가져보기</string>

<string name="recommend_categories">카테고리별 컨텐츠</string>

Expand Down

0 comments on commit 654c972

Please sign in to comment.