Skip to content

Commit

Permalink
[mod] #153 신고사유 작성 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaocoffee committed Jan 12, 2025
1 parent 94c45ca commit d271ba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fun ReportTextField(
modifier: Modifier = Modifier,
maxCharCount: Int = 30,
isValidate: Boolean = false,
placeholder: String = "신고 사유를 작성해 주세요. (선택)",
placeholder: String = "신고 사유를 작성해 주세요.",
onValueChange: (String) -> Unit,
) {
Column(modifier = modifier.padding(20.dp)) {
Expand Down

0 comments on commit d271ba4

Please sign in to comment.