Skip to content

Commit

Permalink
[CHORE]#193 : 리소스 수정 및 인덴트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Nov 5, 2024
1 parent 6f22000 commit 08e2251
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 @@ -2,7 +2,7 @@ package com.bff.wespot.message.state.report

import com.bff.wespot.message.model.ReportReason

data class ReportUiState (
data class ReportUiState(
val messageId: Int,
val reportReason: ReportReason = ReportReason(),
val inputReportReason: String = "",
Expand Down
1 change: 1 addition & 0 deletions feature/message/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<string name="message_card_title">%1$s을 설레게 한 친구에게\n익명 쪽지로 마음을 표현해보세요</string>
<string name="message_report_title">해당 쪽지를 신고하려는 이유가 궁금해요</string>
<string name="choice_done">선택 완료</string>
<string name="report_message_success">신고 접수 완료</string>

<!-- Notices -->
<string name="notice_warning">유의 사항</string>
Expand Down

0 comments on commit 08e2251

Please sign in to comment.