Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#301 [chore] 책등록/책수정 플레이스홀더 텍스트 변경 #302

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<!-- Create Book & Edit Book & Book Detail-->
<string name="book_comment">한 마디</string>
<string name="book_memo">메모</string>
<string name="book_comment_hint">한 마디를 남겨주세요.</string>
<string name="book_memo_hint">메모를 남겨주세요.</string>
<string name="book_comment_hint">책을 읽고 느낀 점, 좋았던 구절을 적어보세요.</string>
<string name="book_memo_hint">메모에 적은 내용은 나만 볼 수 있어요.\nex) 7/3~7/10 완독, 두두에게 선물 받음</string>
<string name="book_comment_count">%d/200</string>
<string name="book_memo_count">%d/50</string>

Expand Down
Loading