Skip to content

Commit

Permalink
chore: string res 추출
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Jan 11, 2024
1 parent 81352e9 commit 3923c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
<string name="word_category">카테고리</string>
<string name="word_date">날짜</string>
<string name="content_description_add_button">더하기 버튼</string>
<string name="word_input_yourself">직접 입력</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fun SelectCategoryScreen() {
modifier = Modifier.fillMaxWidth(),
color = GhostButtonColor.Black,
style = MediumButtonStyle.height60,
text = "직접 입력",
text = stringResource(com.susu.core.ui.R.string.word_input_yourself),
)
}
}
Expand Down

0 comments on commit 3923c6a

Please sign in to comment.